Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-211
:TRIGger:SPI:DLEVel
:TRIGger:SPI:DLEVel <level>
:TRIGger:SPI:DLEVel?
Sets or queries the trigger level of the data channel of SPI trigger. The unit is the
same as that of the current amplitude.
(-5 × VerticalScale - OFFSet) to
(7 × VerticalScale - OFFSet)
For VerticalScale, refer to the :CHANnel<n>:SCALe command; for OFFSet, refer to
the :CHANnel<n>:OFFSet command.
The query returns the trigger level in scientific notation.
:TRIGger:SPI:DLEVel 0.16 /*Sets the trigger level to 160 mV.*/
:TRIGger:SPI:DLEVel? /*The query returns 1.600000E-1.*/
:TRIGger:SPI:SLEVel
:TRIGger:SPI:SLEVel <level>
:TRIGger:SPI:SLEVel?
Sets or queries the trigger level of the CS channel of SPI trigger. The unit is the same
as that of the current amplitude.
(-5 × VerticalScale - OFFSet) to
(7 × VerticalScale - OFFSet)
For VerticalScale, refer to the :CHANnel<n>:SCALe command; for OFFSet, refer to
the :CHANnel<n>:OFFSet command.
The query returns the trigger level in scientific notation.
:TRIGger:SPI:SLEVel 0.16 /*Sets the trigger level to 160 mV.*/
:TRIGger:SPI:SLEVel? /*The query returns 1.600000E-1.*/
:TRIGger:SPI:MODE
:TRIGger:SPI:MODE <mode>
:TRIGger:SPI:MODE?
Sets or queries the CS mode of SPI trigger when the trigger condition is "CS".
The query returns HIGH or LOW.
:TRIGger:SPI:MODE LOW /*Sets the CS mode to low level.*/
:TRIGger:SPI:MODE? /*The query returns LOW.*/