SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.UNIT

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.UNIT = Value

Value = SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.UNIT

Description

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

Variable

Parameter

Value

Description

The distance unit used for the gating 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 Var as String
Var= "METers"
SCPI.CALCulate(4).SELected.FILTer.GATE.DISTance.UNIT = Var
Var = SCPI.CALCulate(4).SELected.FILTer.GATE.DISTance.UNIT

Related Objects

SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.CENTer

SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.SHAPe

SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.SPAN

SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.STARt

SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.STATe

SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.STOP

SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.TYPE

Equivalent Key

Analysis > Gating > Unit > Meters|Feet|Seconds

Equivalent SCPI Command

Syntax

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

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

Query Response

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

Example of use

10 OUTPUT 717;":CALC1:FILT:GATE:DIST:UNIT MET"
20 OUTPUT 717;":CALC1:FILT:GATE:DIST:UNIT?"
30 ENTER 717;A$