Anritsu MG3692C Signal Generator

class pymeasure.instruments.anritsu.AnritsuMG3692C(adapter, name='Anritsu MG3692C Signal Generator', **kwargs)

Bases: Instrument

Represents the Anritsu MG3692C Signal Generator

disable()

Disables the signal output.

enable()

Enables the signal output.

property frequency

A floating point property that represents the output frequency in Hz. This property can be set.

property output

A boolean property that represents the signal output state. This property can be set to control the output.

property 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.