User manual
RIGOL Chapter 2 Command System
2-214 MSO1000Z/DS1000Z Programming Guide
:TRIGger:SPI:SLEVel
Syntax :TRIGger:SPI:SLEVel <level>
:TRIGger:SPI:SLEVel?
Description Set or query the trigger level of the CS channel in SPI trigger. The unit is the same as the
current amplitude unit.
Parameter
Name Type Range Default
<level> Real
(-5 x VerticalScale - OFFSet) to
(5 x VerticalScale - OFFSet)
0
Explanation 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.
Return
Format
The query returns the trigger level of the CS channel in scientific notation.
Example :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
Syntax :TRIGger:SPI:MODE <mode>
:TRIGger:SPI:MODE?
Description Set or query the CS mode when the trigger condition is CS in SPI trigger.
Parameter
Name Type Range Default
<mode> Discrete {HIGH|LOW} LOW
Return
Format
The query returns HIGH or LOW.
Example
:TRIGger:SPI:MODE LOW /*Set the CS mode to low*/
:TRIGger:SPI:MODE? /*The query returns LOW*/
Related
Command
:TRIGger:SPI:WHEN