Instructions

31
Explanation : RISIng
: FALLing
: DOUBle
Return : The query returns RISIngFALLingDOUBle
Example :TRIGger:INTERVAl:SLOp RISIng /* Set the edge type to the
rising edge */
:TRIGger:INTERVAl:SLOp? /* The query returns POSItive*/
TRIGger:INTERVAl:WHEN
Syntax :TRIGger:INTERVAl:WHEN <when>
:TRIGger:INTERVAl:WHEN?
Description :Set or query the trigger conditions for the interval
trigger
Parameter :<when> ::= < EQUAl| NEQUal| GREAt| LESS>
Explanation : Triggered when the interval between two rising edges (or
falling edges) satisfies the set time condition
Return : The query returns EQUAlNEQUalGREAtLESS
Example :TRIGger:INTERVAl:WHEN NEQUal /*Set the trigger
condition toNEQUal*/
:TRIGger:INTERVAl:WHEN? /*The query returns NEQUal*/
TRIGger:INTERVAl:TIME
Syntax :TRIGger:INTERVAl:TIME <value>
:TRIGger:INTERVAl:TIME?
Description : Set or query the time value of the interval trigger
Parameter :<value> ::= time valueunit is s8ns-10s
Return : The query returns the trigger level upper limit in
scientific notation.
Example :TRIGger:INTERVAl:TIME 0.000003 /*set time value 3us*/
:TRIGger:INTERVAl:TIME? /* The query returns
3.000000e-06*/