Command/Query
: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?
This command sets/gets the distance unit used for the transform function of the fault location display.
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" |
{MET|FEET|INCH}<newline><^END>
Dim Var as String
Var= "METers"
Ena.WriteString ":CALC1:TRAN:DIST:UNIT " & Var, True
Ena.WriteString ":CALC1:TRAN:DIST:UNIT?", True
Var=Ena.ReadString
Analysis > Transform > Unit > Meters | Feet | Inches
For Seconds, use :CALC:TRAN:METH
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.DISTANCE.UNIT
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.DISTANCE.UNIT