Anritsu MG3692C Signal Generator¶
-
class
pymeasure.instruments.anritsu.AnritsuMG3692C(resourceName, **kwargs)¶ Bases:
pymeasure.instruments.instrument.InstrumentRepresents the Anritsu MG3692C Signal Generator
-
disable()¶ Disables the signal output.
-
enable()¶ Enables the signal output.
-
frequency¶ A floating point property that represents the output frequency in Hz. This property can be set.
-
output¶ A boolean property that represents the signal output state. This property can be set to control the output.
-
power¶ A floating point property that represents the output power in dBm. This property can be set.
-
shutdown()¶ Shuts down the instrument, putting it in a safe state.
-