Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-199
:TRIGger:RS232:PARity
:TRIGger:RS232:PARity <parity>
:TRIGger:RS232:PARity?
Sets or queries the check mode of RS232 trigger.
The query returns EVEN, ODD, or NONe.
:TRIGger:RS232:PARity EVEN /*Sets the check mode to Even.*/
:TRIGger:RS232:PARity? /*The query returns EVEN.*/
:TRIGger:RS232:STOP
:TRIGger:RS232:STOP <bit>
:TRIGger:RS232:STOP?
Sets or queries the stop bits of RS232 trigger.
The query returns 1, 1.5 or 2.
:TRIGger:RS232:STOP 2 /*Sets the stop bits to 2.*/
:TRIGger:RS232:STOP? /*The query returns 2.*/
:TRIGger:RS232:DATA
:TRIGger:RS232:DATA <data>
:TRIGger:RS232:DATA?
Sets or queries the data value of RS232 trigger when the trigger condition is
"Data".
In the expression 2
n
-1, n indicates the current data width, and its available value
can be 5, 6, 7, or 8.
The query returns an integer.
:TRIGger:RS232:DATA 10 /*Sets the data value to 10.*/
:TRIGger:RS232:DATA? /*The query returns 10.*/