Keysight E36233A Power Supply¶
- class bench.keysight.e36233a.E36233A(address: str | None = None, use_config_file=False)¶
Bases:
Common
Keysight E36233A Power Supply
- channels()¶
List all channels
- id = 'E36233A'¶
Substring returned by IDN query to identify the device
- num_channels = 2¶
Number of channels on the device
- property reset¶
Reset the instrument
- class bench.keysight.e36233a.channel(parent, channel_number)¶
Bases:
object
Individual output channel on the E36233A power supply
- property current¶
Get or set the current of the channel
- property operational_mode: str¶
Get or set the operational mode of the channel. Options are: OFF: Channel is off SER: Channel is in series mode PAR: Channel is in parallel mode
- property output_enabled¶
Enable output of channel (True) or disable output (False)
- property voltage¶