Property (Read-Write)
SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.UNIT = Value
Value = SCPI.CALCulate(Ch).SELected.FILTer.GATE.DISTance.UNIT
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).
Parameter |
Value |
Description |
The distance unit used for the gating function |
Data Type |
Character string type (String) |
Range |
Select from the following.
|
Preset Value |
"METers" |
Dim Var as String
Var= "METers"
SCPI.CALCulate(4).SELected.FILTer.GATE.DISTance.UNIT = Var
Var = SCPI.CALCulate(4).SELected.FILTer.GATE.DISTance.UNIT
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
Analysis > Gating > Unit > Meters|Feet|Seconds
When performing this operation from the front panel, you select the horizontal axis of the gating function as either time or distance at the same time.
:CALCulate{[1]-4}[:SELected]:FILTer:GATE:DISTance:UNIT {METers|FEET}
:CALCulate{[1]-4}[:SELected]:FILTer:GATE:DISTance:UNIT?
{MET|FEET} <newline><^END>
10 OUTPUT 717;":CALC1:FILT:GATE:DIST:UNIT MET"
20 OUTPUT 717;":CALC1:FILT:GATE:DIST:UNIT?"
30 ENTER 717;A$