Keysight N5767A Power Supply¶
-
class
pymeasure.instruments.keysight.
KeysightN5767A
(adapter, **kwargs)¶ Bases:
pymeasure.instruments.instrument.Instrument
Represents the Keysight N5767A Power supply interface for interacting with the instrument.
-
check_errors
()¶ Read all errors from 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.
-
property
id
¶ Requests and returns the identification of the instrument.
-
is_enabled
()¶ Returns True if the current supply is enabled.
-
reset
()¶ Resets the instrument.
-
shutdown
()¶ Brings the instrument to a safe and stable state
-
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.
-