Programming
651
Description
This command turns ON/OFF or returns the status of the point trigger
feature.
When the trigger source is set to the internal
trigger (Internal), the setting is ignored.
Variable
Parameter Selection Option
Description Turns ON/OFF the point trigger
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Boolean
Var= 1
Ana.WriteString ":TRIG:POIN " & Str(Var), True
Ana.WriteString ":TRIG:POIN?", True
Var=Ana.ReadNumber
Related Commands
:TRIG:SOUR
Equivalent Softkey
Trigger > Trigger Event
COM Command Syntax (Internal Control Only)
SCPI.TRIGGER.SEQUENCE.POINT
:TRIG:EXT:DEL
Type
Command/Query
Syntax
:TRIGger[:SEQuence]:EXTernal:DELay <Value>
:TRIGger[:SEQuence]:EXTernal:DELay?
Description