Enables the beeper to sound immediately.
Turns the beeper on or off. Queries the on/off state of the beeper.
| Name | Type | Values | Description |
|---|
| state | enum | ON | OFF | Beeper state. |
enum - Returns the beeper on/off state.
:SYSTem:BEEPer ON
:SYSTem:BEEPer?
Sets screen brightness. Queries screen brightness.
| Name | Type | Values | Description |
|---|
| bright | integer | 1 - 100 | Screen brightness value. |
| qualifieropt | enum | MINimum | MAXimum | Selects the minimum or maximum settable brightness. |
:SYSTem:BRIGhtness 55 /*Sets screen brightness to 55%*/
:SYSTem:BRIGhtness? /*Queries screen brightness*/
Sets the baud rate of the RS232 interface. The query returns the current baud rate.
| Name | Type | Values | Description |
|---|
| baud | enum | 7200 | 9600 | 14400 | 19200 | 38400 | 57600 | 115200 | Baud rate to set for the RS232 interface. |
enum - Returns the current RS232 baud rate.
Sets the number of the data bits of the RS232 interface. The number of data bits is fixed at 8 and cannot be modified.
| Name | Type | Values | Description |
|---|
| bit | enum | 8 | Number of data bits for the RS232 interface. |
Sets or queries the parity of the RS232 interface.
| Name | Type | Values | Description |
|---|
| parity | enum | NONE | ODD | EVEN | Parity setting for the RS232 interface. |
enum - Returns the current RS232 parity setting.
Sets the number of the stop bits of the RS232 interface. The number of stop bits is fixed at 1 and cannot be modified.
| Name | Type | Values | Description |
|---|
| bit | enum | 1 | Number of stop bits. |
Queries the last error message in the error queue and clears the error message. DP700 series allows you to view the last 5 errors.
string - The number and contents of the error message, such as -113,"Undefined header; keyword cannot be found".
Queries the self-test result of the fan.
string - The fan self-test result, for example FAN:PASS.
Locks or unlocks the specified front-panel key, and the query form checks whether that key is locked.
| Name | Type | Values | Description |
|---|
| key | discrete | - | Specified front-panel key; refer to the Remarks for valid values. |
| state | boolean | ON | OFF | 1 | 0 | Lock state to set for the specified key. |
boolean - For the query form, returns whether the specified front-panel key is locked or not.
Enables or disables the remote locking. Queries the on/off state of the remote locking.
| Name | Type | Values | Description |
|---|
| state | enum | ON | OFF | Enables or disables remote locking. |
enum - Returns the on/off state of the remote locking.
:SYSTem:KLOCk:STATe ON /*Enables the remote locking*/
:SYSTem:KLOCk:STATe? /*Queries the on/off state of the remote locking*/
Selects the system language. Queries the currently selected language.
| Name | Type | Values | Description |
|---|
| type | enum | EN | CH | Language to select. |
enum - Returns the currently selected language.
SYSTem:LANGuage:TYPE EN
SYSTem:LANGuage:TYPE?
Enables the power supply to shift from remote mode to local mode.
Locks or unlocks the front panel. Queries whether the front panel is locked or not.
| Name | Type | Values | Description |
|---|
| state | boolean | ON | OFF | 1 | 0 | |
enum - Returns whether the front panel is locked or not.
:SYSTem:LOCK ON /*Locks the front panel*/
:SYSTem:LOCK? /*Queries whether the front panel is locked or not*/
Selects the power-on setting for the instrument when it is powered on. Queries the currently selected power-on setting.
| Name | Type | Values | Description |
|---|
| state | enum | DEFault | LAST | Sets the power-on configuration used when the instrument is powered on. |
enum - Returns the currently selected power-on setting.
:SYSTem:POWEron DEFault /*Selects "DEFault" as the power-on setting*/
:SYSTem:POWEron? /*Queries the currently selected power-on setting*/
Reads the data stream of the image currently displayed on the screen (screen shot).
string - A string
Enables the power supply to shift from the local mode to the remote mode.
Enables or disables the remote locking.
| Name | Type | Values | Description |
|---|
| stateopt | boolean | - | Enables or disables remote locking. |
Enables or disables the screen saver function. Queries the on/off state of the screen saver function.
| Name | Type | Values | Description |
|---|
| state | enum | ON | OFF | Enables or disables the screen saver function. |
enum - ON or OFF
:SYSTem:SAVer ON /*Enables the screen saver function*/
:SYSTem:SAVer? /*Queries the on/off state of the screen saver function*/
Queries the self-test results of the instrument.
string - The self-test result string, for example "Fan:PASS".
Turns on or off the trigger input. Queries the on/off state of the trigger input.
| Name | Type | Values | Description |
|---|
| state | enum | ON | OFF | Sets the trigger input on or off. |
enum - Returns the on/off state of the trigger input.
Turns on or off the trigger output. The query returns the on/off status of the trigger output.
| Name | Type | Values | Description |
|---|
| state | enum | ON | OFF | Sets the trigger output state. |
enum - Returns the trigger output status.
Queries the SCPI version of the system.
string - Returns the SCPI version in the format YYYY.V, for example 1999.0.