Command/Query
: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?
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.
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" |
{MET|FEET|INCH}<newline><^END>
Dim Var as String
Var= "METers"
Ena.WriteString ":CALC1:FILT:DIST:UNIT " & Var, True
Ena.WriteString ":CALC1:FILT:DIST:UNIT?", True
Var=Ena.ReadString
Analysis > Gating > Unit > Meters | Feet | Inch
For Seconds, use :CALC:FILT:METH.
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.DISTANCE.UNIT
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.DISTANCE.UNIT