:CALC<Ch>:FILT:DIST:CENT

Type

Command/Query

Syntax

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

Description

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

Variable

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)

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CALC:FILT:METH

:CALC:FILT:DIST:STAT

 

:CALC:FILT:DIST

:CALC:FILT:DIST:SHAP

:CALC:FILT:DIST:UNIT

 

:CALC:FILT:DIST:SPAN

:CALC:FILT:DIST:STAR

:CALC:FILT:DIST:STOP

Equivalent Softkey

Analysis > Gating > Center

COM Command Syntax (Internal Control Only)

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

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