Chapter 2 Command System RIGOL
DS1000Z Programming Guide 2-131
:TRIGger:SPI:TIMeout
Syntax :TRIGger:SPI:TIMeout <time_value>
Description Set or query the timeout value when the trigger condition is TIMeout in SPI trigger. The
Parameter
Return
The query returns the timeout value in scientific notation.
Example
:TRIGger:SPI:TIMeout 0.001 /*Set the timeout value to 1ms*/
:TRIGger:SPI:TIMeout? /*The query returns 1.000000e-03*/
Related
:TRIGger:SPI:WHEN
:TRIGger:SPI:SLOPe
Syntax :TRIGger:SPI:SLOPe <slope>
Set or query the clock edge in SPI trigger.
Parameter
<slope> Discrete {POSitive|NEGative} POSitive
Explanation POSitive: sample the SDA data on the rising edge of the clock.
NEGative: sample the SDA data on the falling edge of the clock.
Return
The query returns POS or NEG.
:TRIGger:SPI:SLOPe POSitive /*Set the clock edge to POSitive*/
:TRIGger:SPI:CLEVel
Syntax :TRIGger:SPI:CLEVel <level>
Description Set or query the trigger level of the SCL channel in SPI trigger. The unit is the same as the
Parameter
(± 5 × VerticalScale from the screen center) - OFFSet
Explanation For VerticalScale, refer to :CHANnel<n>:SCALe. For OFFSet, refer
Return
The query returns the trigger level in scientific notation.
Example
:TRIGger:SPI:CLEVel 0.16 /*Set the trigger level to 160mV*/
:TRIGger:SPI:CLEVel? /*The query returns 1.600000e-01*/
Related
Commands
:CHANnel<n>:SCALe