/

Keithley

/

Keithley 2200-30-5

SCPI COMMAND REFERENCE

Keithley 2200-30-5

Keithley 2200-30-5

The Keithley 2200-30-5 is Keithley's power supply in the Series 2200 Programmable DC Power Supply family. Its SCPI remote-control interface exposes 101 commands across 18 subsystems - 77 settable and 24 queries - and every command is documented here with its parameters, accepted values, return format, and a copy-paste PyVISA example for automating test and measurement.

101

Commands

77

Settable

24

Queries

18

Subsystems

SCPI

1991.0

Verified

2026-07-16

All commands

:SOURCE:CURRset / query

Sets the source current level for the supply. In the example, it is used to configure the output current before saving a setup.

NameTypeValuesDescription
currentrealACurrent level to set.
SOURCE:CURR 1.6A

Sets the source function mode to fixed output for the configured setup example.

NameTypeValuesDescription
modeenumFIXSource function mode.
SOURCE:FUNC:MODE FIX
:SOURCE:VOLTset / query

Sets the source voltage for the output. The example shows setting the voltage to 3.33 V.

NameTypeValuesDescription
voltagerealVVoltage to set at the source output.
SOURCE:VOLT 3.33V

Sets the list output count used by the configured source list.

NameTypeValuesDescription
countinteger1Number of list output steps to execute.
SOURCE:LIST:COUT 2

Sets the current value for an entry in the list configuration. The example shows indexed current entries such as `SOURCE:LIST:CURR 1, 5A`.

NameTypeValuesDescription
indexinteger1 - 5List step number to configure.
currentrealACurrent value for the selected list entry.
SOURCE:LIST:CURR 1, 5A
SOURCE:LIST:CURR 2, 5A
SOURCE:LIST:CURR 3, 1A
SOURCE:LIST:CURR 4, 3A
SOURCE:LIST:CURR 5, 1A

Sets the list mode for the configured source list.

NameTypeValuesDescription
modeenumCONTList mode selection.
SOURCE:LIST:MODE CONT
:SOURCE:LIST:SAVset / query

Saves the configured list to a storage location or memory slot. The example saves the list as 3.

NameTypeValuesDescription
locationinteger-Storage location or list number to save to.
SOURCE:LIST:SAV 3

Sets the list step count used when configuring a sequence list.

NameTypeValuesDescription
countinteger1List step count.
SOURCE:LIST:STEP 5

Sets a voltage value in the source list at the specified list index. The example shows list entries written as index, value pairs with units.

NameTypeValuesDescription
indexinteger-List position to configure.
voltagerealVVoltage value for the specified list entry.
SOURCE:LIST:VOLT 1, 2V
SOURCE:LIST:VOLT 2, 5V
SOURCE:LIST:VOLT 3, 1V
SOURCE:LIST:VOLT 4, 3V
SOURCE:LIST:VOLT 5, 7V

Sets the width for each entry in the source list. The manual shows it being used with an index and a time value.

NameTypeValuesDescription
indexinteger1 - 5List entry number to configure.
widthreal0.001Width time for the specified list entry.
SOURCE:LIST:WIDTH 1, 0.001S
SOURCE:LIST:WIDTH 2, 0.001S
SOURCE:LIST:WIDTH 3, 1S
SOURCE:LIST:WIDTH 4, 0.001S
SOURCE:LIST:WIDTH 5, 0.001S

:OUTPUT:STATEset / query

Turns the output on or off.

NameTypeValuesDescription
stateenumON | OFFSets the output state.
OUTPUT:STATE ON

Sets the timer delay for the output timer feature. The example configures a delay of 7 seconds before the output automatically turns off.

NameTypeValuesDescription
delayrealsTime delay before the output turns off.
OUTPUT:TIMER:DELAY 7S

Enables or disables the output timer feature. When enabled, the output timer is used together with the timer delay to automatically turn the output off after the programmed interval.

NameTypeValuesDescription
stateenumON | OFFTurns the output timer feature on or off.
OUTPUT:TIMER:STATE ON
OUTPUT:TIMER:STATE OFF

Associates the rear-panel DFI TTL output with a specified bit in the status byte register. Once associated, the DFI signal reflects the state of the selected bit; the port must be in DFI or RI mode before using this command.

NameTypeValuesDescription
modeenumOFF | QUES | OPER | ESB | RQSSelects which status byte register bit the DFI output reflects.
OUTput:DFI:SOURCE QUES

Configures whether the power supply powers up with the output off or returns the output to the state it was in when power was removed.

NameTypeValuesDescription
modeenumRST | RCL0Selects the power-up output state.
OUTPUT:PON RST
OUTPUT:PON? might return RCL0, which would indicate that the instrument will return to the present output state if the power is cycled.

Sets the input mode of the RI (remote inhibit) input pin. The command is effective only when the rear panel TTL input and output are configured in RI/DFI mode using [SOURce:]DIGital:FUNCtion.

NameTypeValuesDescription
modeenumOFF | LATChing | LIVESelects the RI input mode.
enum - Returns the current RI input mode.
OUTP:RI:MODE LATC
OUTP:RI:MODE? might return OFF, which would indicate that remote inhibit is not controlling the output of the instrument.

Turns the power supply output channel on or off.

NameTypeValuesDescription
stateenum0 | 1 | ON | OFFSelects whether the output is on or off.
enum - Returns the present output state.

Sets the duration of the output timer. When the timer is active, the power supply output turns off automatically if left on longer than the specified duration.

NameTypeValuesDescription
durationreal0.01 - 60000Timer duration to set, as a flexible decimal time value with units S or ms.
qualifieroptenumMIN | MAX | DEFSets the timer duration to the minimum, maximum, or default value.
real (s) - The timer duration in seconds.
OUTP:TIM:DEL MIN
OUTP:TIM:DEL? might return 60.2, which would represent the maximum time, in seconds, that the output of the instrument could be turned on if the timer is active.

Turns the output timer function on or off. When activated and a duration is set, the supply output turns off automatically if left on longer than the specified duration.

NameTypeValuesDescription
stateenum0 | 1 | ON | OFFTurns the output timer off or on.
OUTPUT:TIMER:STATE ON
OUTPUT:STATE ON
OUTPUT:TIMER:STATE OFF
:OUTPUTset / query

Turns the power supply output on or off. The example shows the command being used to turn the output on with a value of 1.

NameTypeValuesDescription
stateenum0 | 1Output state.
OUTPUT 1

Sets the trigger source to BUS. The manual’s example shows it used as a programming command.

TRIGGER:SOURCE:BUS
:TRIGger:SOURceset / query

Sets the source of trigger events.

NameTypeValuesDescription
sourceenumMANual | IMMediate | EXTernal | BUSSelects the trigger source.
enum - Returns the current trigger source.
TRIGGER:SOURCE BUS
:TRIGGERset / query

Configures trigger-related settings as shown by the examples, which use TRIGGER:SOURCE BUS before running a list and TRIGGER IMMEDIATE to start it. The slice does not document any dedicated parameters or query return for the bare :TRIGGER mnemonic.

TRIGGER:SOURCE BUS
TRIGGER IMMEDIATE

Immediately initiates the selected trigger action. In the examples, it starts execution of the configured list when the instrument is in list mode and output is on.

TRIGGER IMMEDIATE
TRIGGER:IMMEDIATE
:TRIGGER:SOURCEset / query

Sets the trigger source used by the instrument. The examples show it being set to BUS before running a list.

NameTypeValuesDescription
sourceenumBUSTrigger source selection.
TRIGGER:SOURCE BUS

*CLSset / query

Clears all event registers and queues.

*RCLset / query

Restores the state of the power supply from a copy of its settings stored in setup memory. The settings are stored using the *SAV command; if the specified setup memory is deleted, the command causes an error.

NameTypeValuesDescription
NR1integer0 - 40Specifies the location of setup memory.
*RCL 3
*SAVset / query

Saves the current state of the power supply into a specified nonvolatile memory location, overwriting any settings previously stored there. The saved state can later be restored with *RCL.

NameTypeValuesDescription
locationinteger1 - 40Nonvolatile memory location to save the state into.
*SAV 2
*TRGset / query

Generates a trigger event.

*TRG
*TST?query

Initiates a self-test and reports any errors.

integer - <NR1> where 0 indicates the self-test completed with no errors, and any nonzero value indicates the self-test detected an error.
*WAIset / query

Prevents the instrument from executing further commands or queries until all pending commands are complete.

*WAI
*IDN?query

Queries the instrument identification string. The example shows sending `*IDN?` and reading back the response.

string - Returns the instrument identification string.
*IDN?
*RSTset / query

Resets the power supply.

*RST
*OPCset / query

Sets the Operation Complete bit in the Standard Event Status Register when all pending operations have completed. This bit is used to indicate that an operation complete event has occurred.

*STB?query

Returns the Master Status Summary (MSS), which summarizes the OSB, ESB, MAV, QSB, and EQS bits in the SBR.

integer - The Master Status Summary value obtained from the status byte.
*ESEset / query

Sets the bits in the event status enable register (ESER). Use *ESE? to read the register.

NameTypeValuesDescription
valueinteger0 - 255Bit pattern written to the event status enable register.
*ESE?query

Reads the event status enable register (ESER).

integer - Returns the ESER value.
*SREset / query

Sets the service request enable register (SRER). The register controls which bits in the status byte register generate a Service Request and are summarized by the master status summary (MSS) bit.

*SRE?query

Reads the service request enable register (SRER). The register controls which status byte bits generate a Service Request and are summarized by the master status summary (MSS) bit.

integer - Returns the SRER contents.
*PSCset / query

Controls how the enable registers are initialized at power-on. Sending *PSC 1 resets the enable registers to their default power-on settings, while *PSC 0 preserves their values through a power cycle.

NameTypeValuesDescription
stateinteger0 - 1Selects whether enable registers are reset at power-on or retained in nonvolatile memory.
*ESR?query

Reads the Standard Event Status Register (SESR) and summarizes pending events. Reading *ESR? empties the SESR and makes summarized events available to the Event Queue.

integer - Returns the SESR summary value.

Turns the key beep sound on or off.

NameTypeValuesDescription
stateenum0 | 1 | ON | OFFSelects whether the key beep sound is turned off or on.
enum - Returns the key beep sound state as 0 or 1.
CONF:SOUN:OFF
CONF:SOUN? might return 0, indicating the key beeper is turned off.

Returns the last measured output current stored in the communications buffer of the power supply. A new measurement is not initiated by this command.

real (A) - The measured output current in amperes.

Returns the last measured output voltage stored in the power supply communications buffer. A new measurement is not initiated by this command.

real (V) - Measured output voltage in volts.
FETC:VOLT? might return 5.0011, which would be the measured voltage across the power supply outputs in volts.

Returns the last measured output power stored in the communications buffer. A new measurement is not initiated by this command; the instrument updates the power calculation approximately every 100 ms.

real (W) - The measured output power in watts.
FETCh:POW? might return 6.01667, which would be the power measured at the output of t he power supply in watts.

Initiates and executes a new current measurement, then returns the measured output current of the power supply.

real (A) - <NR2> measured output current in amperes.
MEAS:CURR? might return 0.09998, which would be the measured current on the output of the power supply in amperes.

Initiates and executes a new voltage measurement, then returns the measured output voltage of the power supply.

real (V) - Measured output voltage in volts.
MEAS:VOLT? might return 5.0011 which would be the voltage measured across the power supply output in volts.

Queries the power supply for the measured output voltage.

real (V) - Returns the output voltage measurement.
MEASURE:VOLTAGE?

Measures the output current and returns the current reading.

real (A) - Measured current reading.
MEASURE:CURRENT?

Sets the power supply current value in amperes or milliamperes. The minimum, maximum, or default current can also be selected with the MIN, MAX, or DEF keywords.

NameTypeValuesDescription
currentrealACurrent value to set, expressed as a flexible decimal with units of mA or A.
qualifieroptenumMIN | MAX | DEFSelects the minimum current, maximum current, or default current level.
CURR 3A
CURR 30mA
CURR MIN
:CURRENTset / query

Sets the output current to the specified value. The example shows using the command with an amperes suffix.

NameTypeValuesDescription
currentrealAOutput current value to set.
CURRENT 0.1A
CURRENT %f

Sets the rear-panel TTL control output state and queries the rear-panel TTL control input state. The command is enabled when the port mode is DIGITAL.

NameTypeValuesDescription
stateinteger0 - 1Sets the binary state of the rear-panel TTL control output to low or high, respectively.
integer - Decimal representation of the state of the rear-panel TTL control output and input.
DIGITAL:DATA ON
DIGITAL:DATA? might return 3, which would indicate that the TTL control input is high and the output is also high.

Sets or queries the function of the TTL control lines on the rear panel of the power supply. *RST value is TRIGger.

NameTypeValuesDescription
modeenumTRIGger | RIDFi | DIGitalSelects the TTL control line function.
enum - Returns the current TTL control line function.
DIGITAL:FUNCTION TRIGGER
DIG:FUNC? might return RIDF, which would indicate that the TTL input and output are configure to function as remote inhibit and discrete fault input respectively.

Sets the function mode to fixed or list mode. In fixed mode the supply responds to discrete commands; in list mode it operates in list mode.

NameTypeValuesDescription
modeenumFIXed | LISTSelects fixed mode or list mode.
[SOURCE:]FUNCTION:MODE LIST
:FUNCTION:MODEset / query

Sets the instrument function mode. The examples show it being used to place the instrument in LIST mode.

NameTypeValuesDescription
modeenumLISTSelects the function mode.
FUNCTION:MODE LIST

Configures the number of times the active list will execute before stopping.

NameTypeValuesDescription
countinteger2 - 65535Number of times the active list will execute.
modeenumONCe | REPeatSpecial count modes: ONCe executes once and stops; REPeat loops continuously.

Sets the current for a list step in units of A or mA. The query returns the current setting in amperes for the specified step.

NameTypeValuesDescription
stepinteger1 - 80Step number in the active list.
currentreal0 - nameplate current ratingCurrent setting for the list step.
real (A) - Current setting in amperes for the specified step.
[SOURce:]LIST:CURRent[:LEVel] <NR1>,<current>
[SOURce:]LIST:CURRent[:LEVel]? <NR1>

Determines the power supply's response to a trigger in list mode.

NameTypeValuesDescription
modeenumCONTinuous | STEPSets whether the power supply executes the entire list on each trigger or one step per trigger.
enum - Indicates the current list mode.
LIST:MODE CONT
LIST:MODE? might respond with STEP to indicate that the active list is configured to wait for one trigger for each step.

Recalls a previously saved list from the specified storage location and makes it the active list for editing or execution.

NameTypeValuesDescription
NR1integer1 - 8List storage location to recall.
LIST:RCL 5 would make the list stored in location 5 the active list for editing or execution.

Saves the active list file to a storage location in non-volatile memory.

NameTypeValuesDescription
NR1integer1 - 8List storage location.
LIST:SAV 4 saves the active list in list storage location 4.

Configures the number of steps in the active list. The number of steps must be set before loading the step voltage levels, current levels, and/or durations.

NameTypeValuesDescription
countinteger2 - 80Number of steps to be configured in the list.
qualifieroptenumMIN | MAXUse MIN or MAX to set the minimum or maximum allowed number of steps.
integer - Returns the number of steps configured in the active list.

Sets the voltage level of a specified step in a list, in units of V or mV.

NameTypeValuesDescription
stepinteger1 - 80Step number in the active list.
voltagerealV or mVVoltage level for the step, specified as a flexible decimal with units.
LIST:VOLT 1, 3V

Sets the duration of a specified step in a list. The command accepts either a duration value with units of s or ms, or the keywords MIN or MAX.

NameTypeValuesDescription
stepinteger1 - 80Step number in the active list.
durationreals|msTime duration of the step.
qualifieroptenumMIN | MAXKeyword alternative to a numeric duration.
LIST:WIDTH 12, 100ms
LIST:WIDTH? 12 might return 0.1, which would be the duration of step 12.
:LIST:COUNTset / query

Sets how many times a list executes in list mode. The examples show values of ONCE and a numeric count.

NameTypeValuesDescription
countenumONCENumber of times the list executes.
LIST:COUNT ONCE
LIST:COUNT 20
:LIST:CURRENTset / query

Sets the current level for a step in the list. The command is used with a step index and current value in a list sequence.

NameTypeValuesDescription
stepinteger-List step number to configure.
currentrealACurrent value for the specified list step.
LIST:CURRENT 1,1.0A
LIST:CURRENT 2,1.0A
LIST:CURRent 1,1.0A
LIST:CURRent 2,1.0A
:LIST:CURRentset / query

Sets the current value for a step in a list program. The command is used in list mode sequences to define per-step current alongside voltage and width.

NameTypeValuesDescription
stepinteger1List step number to configure.
currentrealACurrent value for the specified list step.
LIST:CURRENT 1,1.0A
LIST:CURRent 1,1.0A
:LIST:MODEset / query

Sets the list operating mode. The examples show it being set to CONT before saving and running a list.

NameTypeValuesDescription
modeenumCONTList mode.
LIST:MODE CONT
:LIST:SAVEset / query

Saves the configured list in the specified location.

NameTypeValuesDescription
locationinteger1Storage location for the list.
LIST:SAVE 1
:LIST:STEPset / query

Sets the number of steps in the list. The examples show it used with values such as 2 and 3.

NameTypeValuesDescription
countinteger-Number of steps in the list.
LIST:STEP 3
LIST:STEP 2
:LIST:VOLTset / query

Sets the voltage for a specified list step. The examples show the step index followed by the voltage value with units.

NameTypeValuesDescription
stepinteger-List step number to configure.
voltagerealVVoltage value for the selected step.
LIST:VOLT 1,2V
LIST:VOLTAGE 1,5V
LIST:VOLTAGE 2,5.5V
:LIST:VOLTAGEset / query

Sets the voltage for a step in a list program. The examples show it used with a step index and a voltage value with units.

NameTypeValuesDescription
stepinteger-List step index to configure.
voltagerealVVoltage value for the specified list step.
LIST:VOLTAGE 1,5V
LIST:VOLTAGE 2,5.5V
:LIST:WIDTHset / query

Sets the width of a list step. The examples show it used with a step index and a time value.

NameTypeValuesDescription
stepinteger-List step index to configure.
widthrealsWidth of the specified list step.
LIST:WIDTH 1,5s
LIST:WIDTH 2,10s
LIST:WIDTH 3,2s

Sets the voltage value of the power supply. The command accepts a numeric voltage with units, or the keywords MIN, MAX, or DEF.

NameTypeValuesDescription
voltagereal0 - the maximum nameplate voltage of the power supplyVoltage setting in volts; flexible decimal value with units V, mV, or kV.
qualifieroptenumMIN | MAX | DEFSelects the minimum level, maximum level, or default level.
VOLTAGE:MIN
VOLTAGE? might return 1.05, which would be the voltage setting in volts.

Sets the over voltage protection (OVP) threshold level. The level can be set to a voltage value, or with the MIN, MAX, or DEF keywords.

NameTypeValuesDescription
voltagereal0 - maximum OVP levelOVP threshold voltage.
qualifieroptenumMIN | MAX | DEFSets the OVP level to the minimum, maximum, or default level.
VOLT:PROT 30V
VOLT:PROT? might return 30, which would be the OVP threshold in volts.

Activates, deactivates, or checks the status of overvoltage protection (OVP).

NameTypeValuesDescription
stateenum0 | 1 | OFF | ONSets the overvoltage protection state.
VOLT:PROT:STAT 1
VOLT:PROT:STAT? might return 1, which would indicate that overvoltage protection is active.

Limits the maximum voltage that can be programmed on the power supply. It corresponds to the front-panel Max Voltage setting under the Protection submenu and is different from OVP because it cannot turn the output off.

NameTypeValuesDescription
voltagereal0 - maximum nameplate voltageMaximum output voltage limit to program.
qualifieroptenumMIN | MAX | DEFSets the voltage limit to the minimum, maximum, or default value.
real (V) - The voltage limit in volts.
VOLT:RANG 3.2V
VOLT:RANG? might return 3.2, which would be the maximum programmable voltage in volts.
:VOLTAGEset / query

Sets the output voltage of the power supply. The example shows both the long and short forms used with a numeric value in volts.

NameTypeValuesDescription
voltagerealVOutput voltage to set.
VOLTAGE 3V
VOLT 5.0

Returns the contents of the operation event register (OEVR) as a decimal integer. After execution, the operation event register is reset.

integer - Decimal integer representation of the contents of the Operation Event Register (OEVR).
STATUS:OPERATION:EVENT? might return 10, which indicates that the power supply is waiting for trigger and is in a constant current mode.

Returns the contents of the questionable condition register (QCR). The return is a decimal integer representation of the register contents, ranging from 0 to 255.

integer - Decimal integer representation of the contents of the Questionable Condition Register (OCR), ranging from 0 to 255.
STATUS:QUESTIONABLE:CONDITION? might return 1, which would indicate an over voltage condition.

Returns the contents of the questionable event register (QEVR). After execution, the register is reset.

integer - The questionable event register contents as a decimal mask.
STATUS:QUESTIONABLE:ENABLE 8
STATUS:QUESTIONABLE:ENABLE? might return 8, which would indicate that only a transition of the Remote Inhibit bit of the QCR would affect the QUES bit of the Status Byte Register.

Sets the negative transition filter of the questionable event register. The filter causes the corresponding bit in the questionable event register to become 1 when the questionable condition register transitions from 1 to 0.

NameTypeValuesDescription
maskinteger0 - 255Binary bits of the Questionable NTR register are set according to this value.
integer - Returns the current negative transition filter mask.
STATUS:QUESTIONABLE:NTRANSITION 8
STATUS:QUESTIONABLE:NTRANSITION? might return 8, which would indicate that a negative transition on the Remote Inhibit bit of the questionable condition register would be registered as an event.

Sets the positive transition filter of the questionable event register. The filter contents determine when the corresponding bit in the questionable event register becomes 1 as the questionable condition register transitions from 0 to 1.

NameTypeValuesDescription
maskinteger0 - 255Binary bit mask applied to the questionable PTR register.
STATUS:QUESTIONABLE:PTRANSITION 8
STATUS:QUESTIONABLE:PTRANSITION? might return 8 which would indicate that a positive transition on the Remote Inhibit bit of the questionable condition register would be registered as an event.

Returns the Operation Condition Register value. The example uses bit 5 of this register to determine whether a list is still running.

integer - Operation Condition Register value.
STATus:OPERation:CONDition?

Sets the bits in the operation enable register (OENR). The query form reads the contents of the OENR.

integer - Contents of the operation enable register (OENR).

Reads the contents of the operation enable register (OENR). The OENR bits control whether the operation status bit (OSB) in the SBR is set when the corresponding event occurs.

integer - Contents of the OENR.

Sets the bits in the Questionable enable register (QENR). The QENR bits are defined the same as bits 0 through 7 in the QEVR register and control whether the QSB in the SBR is set when a corresponding event occurs.

Queries the power supply error code and error information, returning both values. See the messages and codes appendix for the meaning of the code and text.

string - Returns the error code and error information as <NR1>,<error_text>. <error_text> is a string description of the error.
SYSTEM:ERROR? might return 110, which means No Input Command to parse.
:SYSTem:KEYset / query

Simulates a front-panel button press when the instrument is in local mode. The command uses an integer key code corresponding to a front-panel button.

NameTypeValuesDescription
NR1integer1 - 64Integer key code for the front-panel button to simulate.
integer - Returns the key code (<NR1>).
SYSTEM:KEY 64 would simulate a press of the Shift key.
:SYSTem:LOCalset / query

Sets the power supply for control from the front panel.

SYS:LOC
:SYSTem:POSetupset / query

Determines how the power supply initializes when its power switch is turned on. It can be configured to power up with default settings or restore the settings that were in effect when it was turned off.

NameTypeValuesDescription
modeenumRST | RCL0Selects default settings after a power cycle or restores the most recent settings.
enum - Returns the current power-on setup mode: RST indicates default settings after a power cycle, and RCL0 indicates the most recent settings are saved and restored after a power cycle.
SYST:POS RST
SYSTEM:POSETUP? might respond with RST, which would indicate that the power supply is configured to restore the power supply to default settings when it powers up.
:SYSTem:REMoteset / query

Sets the power supply to remote control mode.

SYSTEM:REMOTE
:SYSTem:RWLockset / query

If the power supply is in remote mode, this command locks out the front panel LOCAL button. It has no effect when the instrument is in local mode.

SYSTEM:RWLOCK

Returns the SCPI version of the instrument. The returned value is the software version of the power supply as an <NR2> number.

numeric - <NR2> software version of the power supply (SCPI version number).
SYSTEM:VERSION? might return 1991.0, which is the SCPI version number.
:SYSTEM:REMOTEset / query

Puts the power supply into remote control mode.

SendSCPI("SYSTEM:REMOTE");

:VOLTset / query

Sets the output voltage. The example shows using `VOLT` with a numeric value to set the power supply output voltage.

NameTypeValuesDescription
voltagerealVOutput voltage to set.
VOLT %f

:ALLEV?query

Reads all event numbers from the Event Queue with a text description of each event. Reading an event removes it from the queue.

string - Returns all the event numbers with a description of the event.

:EVENT?query

Reads the next event from the Event Queue. This query returns only the event number, and reading an event removes it from the queue.

integer - The event number from the Event Queue.

:EVMSG?query

Reads the next event from the Event Queue and returns the event number together with a text description of the event. Reading an event removes it from the queue.

string - Returns the event number and a text description of the event.