RIGOL  Chapter 2 Command System 
2-214    MSO1000Z/DS1000Z Programming Guide 
:TRIGger:SPI:SLEVel 
:TRIGger:SPI:SLEVel <level> 
:TRIGger:SPI:SLEVel? 
Set or query the trigger level of the CS channel in SPI trigger. The unit is the same as the 
current amplitude unit. 
(-5 x VerticalScale - OFFSet) to   
(5 x VerticalScale - OFFSet) 
  For VerticalScale, refer to :CHANnel<n>:SCALe. For OFFSet, refer 
to :CHANnel<n>:OFFSet. 
  This command is only available when the signal source of the CS line is an analog 
channel. 
The query returns the trigger level of the CS channel in scientific notation. 
:TRIGger:SPI:SLEVel 0.16      /*Set the trigger level of the CS channel to 160mV*/ 
:TRIGger:SPI:SLEVel?            /*The query returns 1.600000e-01*/ 
 
 
:TRIGger:SPI:MODE 
:TRIGger:SPI:MODE <mode> 
:TRIGger:SPI:MODE? 
Set or query the CS mode when the trigger condition is CS in SPI trigger.   
The query returns HIGH or LOW. 
:TRIGger:SPI:MODE LOW      /*Set the CS mode to low*/ 
:TRIGger:SPI:MODE?              /*The query returns LOW*/