Command/Query
:TRIGger[:SEQuence]:POINt {ON|OFF|1|0}
:TRIGger[:SEQuence]:POINt?
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.
| Parameter | Selection Option | 
| Description | Turns ON/OFF the point trigger | 
| Data Type | Boolean type (Boolean) | 
| Range | ON|OFF|1|0 | 
| Preset Value | OFF | 
{1|0}<newline><^END>
Dim Var as Boolean
Var= 1
Ana.WriteString ":TRIG:POIN " & Str(Var), True
Ana.WriteString ":TRIG:POIN?", True
Var=Ana.ReadNumber
Trigger > Trigger Event
SCPI.TRIGGER.SEQUENCE.POINT