:CALC<Ch>:TRAN:DIST:UNIT

Type

Command/Query

Syntax

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

:CALCulate<Ch>[:SELected]:TRANsform:DISTance:UNIT?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:TRANsform:DISTance:UNIT {METers|FEET|INCHes}

:CALCulate<Ch>:TRACe<Tr>:TRANsform:DISTance:UNIT?

Description

This command sets/gets the distance unit used for the transform function of the fault location display.

Variable

Parameter

Selection Option

Description

The distance unit used for the transform function

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:TRAN:DIST:UNIT " & Var, True
Ena.WriteString ":CALC1:TRAN:DIST:UNIT?", True
Var=Ena.ReadString

Related Commands

:CALC:TRAN:METH

:CALC:TRAN:DIST:STAT

 

:CALC:TRAN:DIST

:CALC:TRAN:DIST:STIM

:CALC:TRAN:DIST:KBES

:CALC:TRAN:DIST:LPFR

:CALC:TRAN:DIST:IMP:WIDT

:CALC:TRAN:DIST:STEP:RTIM

 

:CALC:TRAN:DIST:CENT

:CALC:TRAN:DIST:SPAN

:CALC:TRAN:DIST:STAR

:CALC:TRAN:DIST:STOP

Equivalent Softkey

Analysis > Transform > Unit > Meters | Feet | Inches

For Seconds, use :CALC:TRAN:METH

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.DISTANCE.UNIT

SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.DISTANCE.UNIT