SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT = Param

Param = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT

Description

This command sets/gets the distance unit used for the transform function of the fault location display, for the active trace of the selected channel ( Ch).

Variable

Parameter

   Param

Description

The distance unit used for the transform function

Data Type

Character string type (String)

Range

Select from the following.

  • "METers": Specifies the meter.

  • "FEET": Specifies the feet.

Preset Value

"METers"

Examples

Dim DistUnit as String
SCPI.CALCulate(4).SELected.TRANsform.DISTance.UNIT = "METers"
DistUnit = SCPI.CALCulate(4).SELected.TRANsform.DISTance.UNIT

Related Objects

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.CENTer

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.SPAN

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STARt

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STOP

Equivalent Key

Analysis > Fault Location > Unit > Meters|Feet|Seconds

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:UNIT {METers|FEET}

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:UNIT?

Query Response

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

Example of use

10 OUTPUT 717;":CALC1:TRAN:DIST:UNIT FEET"
20 OUTPUT 717;":CALC1:TRAN:DIST:UNIT?"
30 ENTER 717;A$