Keysight N5767A Power Supply

class pymeasure.instruments.keysight.KeysightN5767A(adapter, name='Keysight N5767A power supply', **kwargs)

Bases: Instrument

Represents the Keysight N5767A Power supply interface for interacting with the instrument.

property current

Reads a setting current in Amps.

property current_range

A floating point property that controls the DC current range in Amps, which can take values from 0 to 25 A. Auto-range is disabled when this property is set.

disable()

Disables the flow of current.

enable()

Enables the flow of current.

is_enabled()

Returns True if the current supply is enabled.

property voltage

Reads a DC voltage measurement in Volts.

property voltage_range

A floating point property that controls the DC voltage range in Volts, which can take values from 0 to 60 V. Auto-range is disabled when this property is set.