Chapter 2 Command System  RIGOL 
MSO1000Z/DS1000Z Programming Guide  2-47 
:DECoder<n>:UART:STOP 
:DECoder<n>:UART:STOP <stop> 
:DECoder<n>:UART:STOP? 
Set or query the stop bit after each frame of data in RS232 decoding.   
The query returns 1, 1.5, or 2. 
:DECoder1:UART:STOP 1.5 /*Set the stop bit in RS232 decoding to 1.5*/ 
:DECoder1:UART:STOP?            /*The query returns 1.5*/ 
 
 
:DECoder<n>:UART:PARity 
:DECoder<n>:UART:PARity <parity> 
:DECoder<n>:UART:PARity? 
Set or query the even-odd check mode of the data transmission in RS232 decoding.   
The query returns NONE, EVEN, or ODD. 
:DECoder1:UART:PARity ODD /*Set the even-odd check mode in RS232 decoding to 
odd*/ 
:DECoder1:UART:PARity?              /*The query returns ODD*/