Appendix C 187
COM Object Reference
SCPI.CALCulate(Ch).TRANsform.SELected.METHod
SCPI.CALCulate(Ch).TRANsform.SELected.METHod
Object type Property
Syntax SCPI.CALCulate(Ch).TRANsform.SELected.METHod = Param
Param = SCPI.CALCulate(Ch).TRANsform.SELected.METHod
Description For the active trace of channels 1 to 4 (Ch), sets the horizontal axis of the fault location
function either time or distance.
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.METHod = "TIME"
Typ = SCPI.CALCulate(1).TRANsform.SELected.METHod
Related objects
Equivalent key [Analysis] - Fault Location - UNIT - Seconds|Meters|Feet
Param
Description The horizontal axis domain
Data type Character string type (String)
Range Select from the following.
•"TIME" Specifies the time.
•"DISTance" Specifies the distance.
Preset value None (The default is Seconds of the TIME.)