Turns off the high voltage output.
SCPI COMMAND REFERENCE
The Keithley 2290-10 is Keithley's power supply in the Model 2290-10 High Voltage Power Supply (10kV) family. Its SCPI remote-control interface exposes 32 commands across 13 subsystems - 16 settable and 16 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.
32
Commands
16
Settable
16
Queries
13
Subsystems
SCPI
Verified
2026-07-16
All commands
Turns on the high voltage output, provided the front-panel HIGH VOLTAGE switch is not in the OFF position. If the switch is OFF, the output remains off and an execution error is reported; the command also clears any voltage or current trips.
Initializes the memory and loads the default setup. The manual describes this as a power-on reset performed by holding the CLR button while turning the unit back on.
Clears the instrument status registers and error queue.
Sets the standard event status enable register to the specified value. The command is also used as a query form (*ESE?) in the manual index.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - 255 | Bit mask value for the event status enable register. |
Sets the standard event status enable register mask. The command is the setter form of *ESE? and accepts an integer value.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - 255 | Standard event status enable register mask. |
Returns the contents of the Standard Event Status Register. The optional <n> qualifier can be used with the query syntax as shown in the index entry.
| Name | Type | Values | Description |
|---|---|---|---|
| nopt | integer | - | Optional qualifier for the query syntax. |
Returns the instrument identification string.
Indicates that all commands before *OPC? have been executed. The query returns a 1 when complete.
Sets the power-on status to be restored after a reset or power cycle. This is a common IEEE 488.2 common command and is listed in the interface control commands section.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | - | Power-on status setting. |
Sets or queries the power-on status clear mode. This command is documented as a paired setter/query form with an optional numeric argument.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - 1 | Power-on status clear mode. |
Recalls a setup from nonvolatile memory.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - 9 | Memory location to recall. |
Saves the current instrument state in the specified nonvolatile memory location.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | - | Memory location to save the current state. |
Sets or queries the service request enable register. The value determines which status bits can generate a service request.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - 255 | Service request enable register value. |
Sets or queries the service request enable register. The query form returns the current value of the register.
| Name | Type | Values | Description |
|---|---|---|---|
| nopt | integer | 0 - 255 | Service request enable register value. |
Returns the status byte. An optional numeric qualifier may be supplied in brackets in the syntax listing.
| Name | Type | Values | Description |
|---|---|---|---|
| nopt | integer | - | Optional status byte qualifier. |
Waits until all previously received commands have been executed before processing further commands.
Sets or queries the current limit. The command is listed as an interface/output control command and supports a query form.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | - | Current limit value. |
Sets or queries the current limit. The command is documented in the output control commands section.
| Name | Type | Values | Description |
|---|---|---|---|
| n | real | - | Current limit value. |
Returns the present output current.
Returns the last error reported by the instrument. The command is documented in the error/status message section.
Returns the present source mode setting.
Clears the trip register. This is a setting control command listed in the manual index.
Returns the present output voltage reading.
Sets the output voltage to the specified value. The command is listed in the manual’s remote commands index as a setting control command.
| Name | Type | Values | Description |
|---|---|---|---|
| n | real | V | Output voltage setting. |
Returns the present output voltage setting.