Property (Read-Write)
SCPI.TRIGger.OUTPut.DURation = Value
Value = SCPI.TRIGger.OUTPut.DURation
This command sets/gets pulse width of output trigger signal.
Parameter |
Value |
Description |
pulse width |
Data Type |
Double precision floating point type (Double) |
Range |
1μ to 1 |
Preset Value |
1μ |
Unit |
sec |
Resolution |
1μ |
Dim WidTrig as Double
SCPI.TRIGger.OUTPut.DURation = 2E-6
WidTrig = SCPI.TRIGger.OUTPut.DURation
Trigger > Pulse Width
:TRIGger:OUTPut:DURation <numeric>
:TRIGger:OUTPut:DURation?
{numeric} <newline><^END>
10 OUTPUT 717;":TRIG:OUTP:DUR 3E-6"
20 OUTPUT 717;":TRIG:OUTP:DUR?"
30 ENTER 717;A