Command/Query
:TRIGger:OUTPut:DURation <Value>
:TRIGger:OUTPut:DURation?
This command sets/gets the pulse width of the output trigger signal.
Parameter |
Value |
Description |
Trigger output width |
Data Type |
Numeric type (Real) |
Range |
1μ to 1 |
Preset Value |
1μ |
Unit |
s |
Resolution |
1μ |
{numeric}<newline><^END>
Dim Var as Double
Var= 0.000001
Ena.WriteString ":TRIG:OUTP:DUR " & Str(Var), True
Ena.WriteString ":TRIG:OUTP:DUR?", True
Var=Ena.ReadNumber
Trigger > Pulse Width
SCPI.TRIGGER.OUTPUT.DURATION