Chapter 2 Command System  RIGOL 
MSO1000Z/DS1000Z Programming Guide  2-203 
:TRIGger:RS232:STOP 
:TRIGger:RS232:STOP <bit> 
:TRIGger:RS232:STOP? 
Set or query the stop bit when the trigger condition is ERRor in RS232 trigger.   
The query returns 1 or 2.   
:TRIGger:RS232:STOP 2 /*Set the stop bit to 2*/ 
:TRIGger:RS232:STOP? /*The query returns 2*/ 
 
 
:TRIGger:RS232:DATA 
:TRIGger:RS232:DATA <data> 
:TRIGger:RS232:DATA? 
Set or query the data when the trigger condition is DATA in RS232 trigger.   
In the expression 2
n
-1, n is the current data bits and can be 5, 6, 7, or 8.   
The query returns an integer.   
:TRIGger:RS232:DATA 10        /*Set the data to 10*/ 
:TRIGger:RS232:DATA? /*The query returns 10*/ 
:TRIGger:RS232:WIDTh 
:TRIGger:RS232:WHEN 
 
 
:TRIGger:RS232:WIDTh 
:TRIGger:RS232:WIDTh <width> 
:TRIGger:RS232:WIDTh? 
Set or query the data bits when the trigger condition is DATA in RS232 trigger.   
The query returns 5, 6, 7, or 8.   
:TRIGger:RS232:WIDTh 6 /*Set the data bits to 6*/ 
:TRIGger:RS232:WIDTh? /*The query returns 6*/