Command/Query
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:STARt <Value>
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:STARt?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:STARt <Value>
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:STARt?
This command sets/gets the start value of the gate used for the gating function of the fault location display.
Parameter |
Value |
Description |
The start 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:STAR " & Var, True
Ena.WriteString ":CALC1:FILT:DIST:STAR?", True
Var=Ena.ReadString
Analysis > Gating > Start
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.DISTANCE.START
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.DISTANCE.START