:CALC<Ch>:FILT:DIST:STOP

Type

Command/Query

Syntax

: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?

Description

This command sets/gets the stop value of the gate used for the gating function of the fault location display.

Variable

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)

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CALC:FILT:METH

:CALC:FILT:DIST:STAT

 

:CALC:FILT:DIST

:CALC:FILT:DIST:SHAP

:CALC:FILT:DIST:UNIT

 

:CALC:FILT:DIST:CENT

:CALC:FILT:DIST:SPAN

:CALC:FILT:DIST:STAR

Equivalent Softkey

Analysis > Gating > Stop

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.DISTANCE.STOP

SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.DISTANCE.STOP