User manual

Chapter 2 Command System RIGOL
MSO1000Z/DS1000Z Programming Guide 2-203
: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
:TRIGger:RS232:WIDTh
Syntax :TRIGger:RS232:WIDTh <width>
:TRIGger:RS232:WIDTh?
Description
Set or query the data bits when the trigger condition is DATA in RS232 trigger.
Parameter
Name
Type
Range
Default
<width> Discrete {5|6|7|8} 8
Return Format
The query returns 5, 6, 7, or 8.
Example :TRIGger:RS232:WIDTh 6 /*Set the data bits to 6*/
:TRIGger:RS232:WIDTh? /*The query returns 6*/
Related
Command
:TRIGger:RS232:WHEN