186 Appendix C
COM Object Reference
SCPI.CALCulate(Ch).TRANsform.SELected.DISTance.UNIT
SCPI.CALCulate(Ch).TRANsform.SELected.DISTance.UNI
T
Object type Property
Syntax SCPI.CALCulate(Ch).TRANsform.SELected.DISTance.UNIT = Param
Param = SCPI.CALCulate(Ch).TRANsform.SELected.DISTance.UNIT
Description For the active trace of channels 1 to 4 (Ch), selects the distance unit of the fault location
display.
Variable
For information on the variable (Ch), see Table C-2, “Variable (Ch),” on page 159.
Examples Dim Typ As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).TRANsform.SELected.DISTance.UNIT = "METers"
Typ = SCPI.CALCulate(1).TRANsform.SELected.DISTance.UNIT
Related objects
Equivalent key [Analysis] - Fault Location - UNIT - Seconds|Meters|Feet
Param
Description The distance unit
Data type Character string type (String)
Range Select from the following.
•"METers" Specifies meters.
•"FEET" Specifies feets.
Preset value None