Instructions

RIGOL Chapter 2 Command System
2-164 DS1000Z-E Programming Guide
:TRIGger:RS232:PARity
Syntax :TRIGger:RS232:PARity <parity>
:TRIGger:RS232:PARity?
Description Set or query the parity type when the trigger condition is ERRor or PARity in RS232
trigger.
Parameter
Name
Type
Range
Default
<parity> Discrete {EVEN|ODD|NONE}
Error Frame: NONE
Check Error: ODD
Explanation When the trigger condition is PARity, the parity type cannot be set to NONE. At this
point, the default parity type is ODD.
Return Format The query returns EVEN, ODD, or NONE.
Example
:TRIGger:RS232:PARity EVEN /*Set the parity type to even*/
:TRIGger:RS232:PARity? /*The query returns EVEN*/
Related
Command
:TRIGger:RS232:WHEN
:TRIGger:RS232:STOP
Syntax :TRIGger:RS232:STOP <bit>
:TRIGger:RS232:STOP?
Description Set or query the stop bit when the trigger condition is ERRor in RS232 trigger.
Parameter
Name
Type
Range
Default
<bit>
Discrete
{1|2}
1
Return Format
The query returns 1 or 2.
Example :TRIGger:RS232:STOP 2 /*Set the stop bit to 2*/
:TRIGger:RS232:STOP? /*The query returns 2*/
Related
Command
:TRIGger:RS232:WHEN
:TRIGger:RS232:DATA
Syntax :TRIGger:RS232:DATA <data>
:TRIGger:RS232:DATA?
Description Set or query the data when the trigger condition is DATA in RS232 trigger.
Parameter
Name
Type
Range
Default
<data>
Integer
0 to 2
n
-1
90
Explanation
In the expression 2
n
-1, n is the current data bits and can be 5, 6, 7, or 8.
Return Format
The query returns an integer.
Example :TRIGger:RS232:DATA 10 /*Set the data to 10*/
:TRIGger:RS232:DATA? /*The query returns 10*/
Related
Commands
:TRIGger:RS232:WIDTh
:TRIGger:RS232:WHEN