Retrieves the identification string. The string includes the manufacturer, model number, serial number, and firmware revision level.
string - The identification string in the format Keithley Instruments, Model 2651A, xxxxxxx, yyyyy, where xxxxxxx is the serial number and yyyyy is the firmware revision level.
*IDN?
Sets the OPC bit in the Standard Event Register when all pending overlapped commands complete. It is used to wait for pending overlapped commands to finish.
Places an ASCII "1" in the output queue when all previous overlapped commands complete. It is used to wait for pending overlapped commands to complete.
integer - Returns an ASCII "1" when all previous overlapped commands complete.
Returns the instrument to default conditions.
Generates a command interface trigger event for the trigger model.
Requests self-test results. This compatibility command always places a zero (0) in the output queue; the instrument does not actually perform a self-test.
integer - Always returns 0 in the output queue.
Suspends execution of subsequent commands until all previously overlapped commands have finished.
*WAI
Resets the bits of the event and NTR registers to 0, sets all PTR register bits on, and clears the output queue.
Programs the Standard Event Status Enable register. The value is sent as a numeric mask; each bit in the register is set according to the decimal value provided.
| Name | Type | Values | Description |
|---|
| mask | integer | 0 - 65535 | Decimal value used to program the register bits. |
*ese 1169
Returns the Status Byte Register. For the *STB? common command, bit B6 is the MSS bit.
integer - Returns the status byte (serial poll byte). For common commands and TSP commands, B6 is the Master Summary Status (MSS) bit.
Programs the Service Request Enable Register. Use 0 to reset the register bits to 0; the mask range is 0 to 255.
| Name | Type | Values | Description |
|---|
| mask | integer | 0 - 255 | Mask value written to the Service Request Enable Register. |
Reads the Service Request Enable Register. The returned numeric value indicates which bits are set.
integer - Numeric value of the Service Request Enable Register; the binary equivalent indicates which bits in the register are set.
Programs the Event Status Enable Register. The mask can be set from 0 to 255.
| Name | Type | Values | Description |
|---|
| mask | integer | 0 - 255 | Event status enable mask. |
Reads the Event Status Enable Register.
integer - Returns the current Event Status Enable Register value.
Reads the Standard Event Status Register.
integer - Returns the numeric value of the Standard Event Status Register.