gaussmeter#

This module contains functions for communication with the commercial gaussmeter (HGM09s by MAGSYS). It allows to read the B-field at the hall-probe from a serial connection.

image of the available gaussmeter HGM09s by MAGSYS with a transverse hall probe

functions#

class ppf_moke.gaussmeter.Gaussmeter[source]#

Bases: object

Class initializing Serial communication and read value.

open_communication()[source]#

opens serial communication with the gaussmeter

read_field()[source]#

returns the current field value

close_communication()[source]#

closes serial communication with the gaussmeter

ppf_moke.gaussmeter.test()[source]#

prints a confirmation to the console if the module is properly loaded