RIGOL Chapter 2 Command System
2-210 MSO7000/DS7000 Programming Guide
:TRIGger:SPI:TIMeout
:TRIGger:SPI:TIMeout <time>
:TRIGger:SPI:TIMeout?
Sets or queries the timeout value when the trigger condition of SPI trigger is
"Timeout". The default unit is s.
The query returns the timeout value in scientific notation.
:TRIGger:SPI:TIMeout 0.001 /*Sets the timeout value to 1 ms.*/
:TRIGger:SPI:TIMeout? /*The query returns 1.000000E-3.*/
:TRIGger:SPI:SLOPe
:TRIGger:SPI:SLOPe <slope>
:TRIGger:SPI:SLOPe?
Sets or queries the type of the clock edge of SPI trigger.
POSitive: samples the SDA data on the rising edge of the clock.
NEGative: samples the SDA data on the falling edge of the clock.
The query returns POS or NEG.
:TRIGger:SPI:SLOPe POSitive /*Sets the clock edge to POSitive.*/
:TRIGger:SPI:SLOPe? /*The query returns POS.*/
:TRIGger:SPI:CLEVel
:TRIGger:SPI:CLEVel <level>
:TRIGger:SPI:CLEVel?
Sets or queries the trigger level of the clock channel of SPI trigger. The unit is the
same as that of the current amplitude.
(-5 × VerticalScale - OFFSet) to
(6 × 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:CLEVel 0.16 /*Sets the trigger level to 160 mV.*/
:TRIGger:SPI:CLEVel? /*The query returns 1.600000E-1.*/