Command/Query
:TRIGger:OUTPut:POLarity {POSitive|NEGative}
:TRIGger:OUTPut:POLarity?
This command sets/gets the polarity of the pulse generated from the external trigger output.
Parameter |
Selection Option |
Description |
Polarity of the pulse generated by the output trigger |
Data Type |
Character string type (String) |
Range |
POSitive|NEGative |
Preset Value |
POSitive |
{POS|NEG}<newline><^END>
Dim Var as String
Var= "POS"
Ena.WriteString ":TRIG:OUTP:POL " & Var, True
Ena.WriteString ":TRIG:OUTP:POL?", True
Var=Ena.ReadString
Trigger > Polarity
SCPI.TRIGGER.OUTPUT.POLARITY