Remote Commands and Syntax
Commands 6
6-43
Table 6-5. Commands (cont.)
SP_SET?
Description
Sequential command.
Returns the serial port settings contained in nonvolatile memory.
Response
1. (Integer) One of these baud rates: 9600, 19200, 38400, 57600 or 115200
2. (String) TERM or COMP (Response type)
3. (String) XON, RTS, or NOSTALL (Stall method)
4. (String) DBIT7 or DBIT8 (Data bits)
5. (String) SBIT1 or SBIT2 (Stop bits)
6. (String) PNONE, PEVEN, PODD, or PIGNORE (Parity)
7. (String) CR, LF, or CRLF (End-Of-Line)
Example 9600,TERM,XON,DBIT8,SBIT1,PNONE,CRLF
*SRE
Description
Sequential command.
Loads a byte into the Service Request Enable register (SRE), described under "Check
the Calibrator Status."
Parameter The decimal equivalent of the binary number to load into the register.
Example
*SRE 56
Enables bits 3 (EAV), 4 (MAV), and 5 (ESB) in the Service Request Enable register.
*SRE?
Description
Sequential command.
Returns the byte from the Service Request Enable register, described under "Check the
Calibrator Status."
Parameter None
Response (Integer) The decimal equivalent of the register byte.
Example
*SRE?
Returns: "56" if bits 3 (EAV), 4 (MAV), and 5 (ESB) are enabled (1) and the rest of the
bits are disabled (0). (See "Check the Calibrator Status" for details.)