Command/Query
:TRIGger:OUTPut:POSition {AFTer|BEFore}
:TRIGger:OUTPut:POSition?
This command sets/gets the position of the (after/before each point) of trigger output.
Parameter |
Selection Option |
Description |
Position of the output trigger (after or before measurement point) |
Data Type |
Character string type (String) |
Range |
AFTer|BEFore |
Preset Value |
AFTer |
{AFT|BEF}<newline><^END>
Dim Var as String
Var= "AFT"
Ena.WriteString ":TRIG:OUTP:POS " & Var, True
Ena.WriteString ":TRIG:OUTP:POS?", True
Var=Ena.ReadString
Trigger > Position
SCPI.TRIGGER.OUTPUT.POSITION