:CALC<Ch>:FILT:DIST:UNIT

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:UNIT {METers|FEET|INCHes}

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:UNIT?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:UNIT {METers|FEET|INCHes}

:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:UNIT?

Description

This command sets/gets the distance unit used for the gating function of the fault location display. When the horizontal axis is set at time by :CALC:FILT:METH, use :CALC:FILT:TIME:xxxx.

Variable

Parameter

Selection Option

Description

The unit of distance

Data Type

Character string type (String)

Range

"METers": Specifies in meter.

"FEET": Specifies in feet.

"INCHes": Specifies in inches.

Preset Value

"METers"

Query Response

{MET|FEET|INCH}<newline><^END>

Examples

Dim Var as String
Var= "METers"
Ena.WriteString ":CALC1:FILT:DIST:UNIT " & Var, True
Ena.WriteString ":CALC1:FILT:DIST:UNIT?", True
Var=Ena.ReadString

Related Commands

:CALC:FILT:METH

:CALC:FILT:DIST:STAT

 

:CALC:FILT:DIST

:CALC:FILT:DIST:SHAP

 

:CALC:FILT:DIST:CENT

:CALC:FILT:DIST:SPAN

:CALC:FILT:DIST:STAR

:CALC:FILT:DIST:STOP

Equivalent Softkey

Analysis > Gating > Unit > Meters | Feet | Inch

For Seconds, use  :CALC:FILT:METH.

COM Command Syntax (Internal Control Only)

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

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