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