Appendix C 185
COM Object Reference
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.TYPE
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.TYPE
Object type Property
Syntax SCPI.CALCulate(Ch).SELected.TRANsform.TIME.TYPE = Param
Param = SCPI.CALCulate(Ch).SELected.TRANsform.TIME.TYPE
Description For the active trace of channels 1 to 4 (Ch), selects the transformation type used for the
transformation function of the fault location function.
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).SELected.TRANsform.TIME.SHAPe = "lpas"
Typ = SCPI.CALCulate(1).SELected.TRANsform.TIME.SHAPe
Related objects SCPI.CALCulate(Ch).SELected.TRANsform.TIME. STIMulus on page 183
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe on page 181
Equivalent key [Analysis] - Fault Location - Type - Bandpass|Lowpass Step|Lowpass Imp.
NOTE When performing this operation from the front panel, you select the stimulus type at the
same time.
Param
Description The transformation type
Data type Character string type (String)
Range Select from the following.
•"BPASs" Specifies the band-pass
*1
.
•"LPASs" Specifies the low-pass
*2
.
Preset value "BPASs"
*1.You do not need to select the stimulus type. Impulse is selected automatically.
*2.You need to select the stimulus type (impulse or step) with the SCPI.CALCu-
late(Ch).SELected.TRANsform.DISTance. STIMulus object.