Command/Query
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:STOP <Value>
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:STOP?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:STOP <Value>
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:STOP?
This command sets/gets the stop value of the gate used for the gating function of the fault location display.
Parameter |
Value |
Description |
The stop value of the gate |
Data Type |
Numeric type (Real) |
Range |
Varies depending on the frequency span and the number of points. |
Preset Value |
9.8357105643 ft or 2.99792458 m or 118.028526772 in |
Unit |
ft (feet), m (meters), in (inches) |
{numeric}<newline><^END>
Dim Var as Double
Var = 0.01
Ena.WriteString ":CALC1:FILT:DIST:STOP " & Str(Var), True
Ena.WriteString ":CALC1:FILT:DIST:STOP?", True
Var=Ena.ReadNumber
Analysis > Gating > Stop
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.DISTANCE.STOP
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.DISTANCE.STOP