Keysight N5767A Power Supply
- class pymeasure.instruments.keysight.KeysightN5767A(adapter, name='Keysight N5767A power supply', **kwargs)
Bases:
SCPIUnknownMixin,InstrumentRepresents the Keysight N5767A Power supply interface for interacting with the instrument.
- property current: Any
Get current in Amps.
- property current_range: Any
Control the DC current range in Amps, which can take values from 0 to 25 A. Auto-range is disabled when this property is set. (float)
- disable()
Disables the flow of current.
- enable()
Enables the flow of current.
- is_enabled()
Returns True if the current supply is enabled.
- property voltage: Any
Get a DC voltage measurement in Volts.
- property voltage_range: Any
Control the DC voltage range in Volts, which can take values from 0 to 60 V. Auto-range is disabled when this property is set.