Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-223
:TRIGger:M1553:POLarity
:TRIGger:M1553:POLarity <polarity>
:TRIGger:M1553:POLarity?
Sets or queries the polarity of M1553 trigger.
The query returns POS or NEG.
:TRIGger:M1553:POLarity POSitive /*Sets the polarity of M1553 trigger
to POSitive.*/
:TRIGger:M1553:POLarity? /*The query returns POS.*/
:TRIGger:M1553:ALEVel
:TRIGger:M1553:ALEVel <level>
:TRIGger:M1553:ALEVel?
Sets or queries the upper limit of the trigger level of M1553 trigger. The unit is the same
as that of the current amplitude.
Lower limit to
(5 × VerticalScale - OFFSet)
For VerticalScale, refer to the :CHANnel<n>:SCALe command; for OFFSet, refer to
the :CHANnel<n>:OFFSet command.
The query returns the upper limit of the trigger level in scientific notation.
:TRIGger:M1553:ALEVel 0.16 /*Sets the upper limit of the trigger level to 160 mV.*/
:TRIGger:M1553:ALEVel? /*The query returns 1.600000E-1.*/
:TRIGger:M1553:BLEVel
:TRIGger:M1553:BLEVel <level>
:TRIGger:M1553:BLEVel?
Sets or queries the lower limit of the trigger level of M1553 trigger. The unit is the same as
that of the current amplitude.
(-5 × VerticalScale - OFFSet) to
upper limit
For VerticalScale, refer to the :CHANnel<n>:SCALe command; for OFFSet, refer to
the :CHANnel<n>:OFFSet command.
The query returns the lower limit of the trigger level in scientific notation.
:TRIGger:M1553:BLEVel 0.05 /*Sets the lower limit of the trigger level to 50 mV.*/
:TRIGger:M1553:BLEVel? /*The query returns 5.000000E-2.*/