R&S®SML / R&S®SMV03 SYSTem
1090.3123.12 E-6 6.47
:SYSTem:COMMunicate:SERial:BAUD 1200|
2400| 4800| 9600| 19200| 38400| 57600| 115200
The commands sets the baud rate for both the transmit and the receive direction. *RST has no
influence on this parameter.
Example: :SYST:COMM:SER:BAUD 1200 *RST value is 9600
:SYSTem:COMMunicate:SERial:BITS 7 | 8
The command sets the length of a data word.
Example: :SYST:COMM:SER:BITS *RSTvalue is 7
:SYSTem:COMMunicate:SERial:SBITs 1 | 2
The command defines whether 1 or 2 stop bits are used.
Example: :SYST:COMM:SER:SBIT *RST value is 1
:SYSTem:COMMunicate:SERial:CONTrol:RTS ON | IBFull | RFR
The commands sets the hardware handshake. *RST has no influence on this parameter.
ON Interface line RTS is always active.
IBFull | RFR I
nput Buffer Full | Ready For Receiving.
Interface line RTS remains active as long as the instrument is ready to receive data.
Example: :SYST:COMM:SER:CONT:RTS ON *RST value is RFR
:SYSTem:COMMunicate:SERial:PACE XON | NONE
The command sets the software handshake. *RST has no influnence on this parameter.
XON Software handshake using the ASCII codes 11h (XON) and 13h (XOFF).
Note: This mode is not recommended for binary data and for baud rates above
9600 bauds.
NONE No software handshake.
Example: :SYST:COMM:SER:PACE NONE *RST value is NONE
:SYSTem:COMMunicate:SERial:PARity ODD | EVEN | NONE
The command defines the parity test.
Example: :SYST:COMM:SER:PAR ODD *RST value is EVEN
:SYSTem:DISPlay:UPDate[:STATe] ON | OFF
ON The header line of the display indicates frequency and level values.
OFF The header line of the display remains empty.
This function is only available via IEC/IEEE-bus.
Example: :SYST:DISP:UPD OFF *RST value is ON
:SYSTem:ERRor?
The command queries the entry that has been in the error queue for the longest time. Positive
error numbers denote errors specific of the instrument, negative error numbers denote error
messages specified by SCPI (see Chapter 9). If the error queue is empty, 0, "No error", is
returned. The command is identical to STAT:QUE:NEXT?
Example: :SYST:ERR? Answer: -221, "Settings conflict"