Appendix C 165
COM Object Reference
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance. REFLection.TYPE
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.
REFLection.TYPE
Object type Property
Syntax SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.REFLection.TYPE = Param
Param = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.REFLection.TYPE
Description For the active trace of channels 1 to 4 (Ch), sets the reflection distance either one way or
round trip.
Variable
For information on the variable (Ch), see Table C-2, “Variable (Ch),” on page 159.
Examples Dim StimType As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.TRANsform.DISTance.REFLection.TYPE =
"OWAY"
StimType =
SCPI.CALCulate(1).SELected.TRANsform.DISTance.REFLection.TYPE
Related objects
Equivalent key [Analysis] - Fault Location - Reflection Type
Param
Description The stimulus type
Data type Character string type (String)
Range Select from the following.
•"OWAY" Specifies the One Way.
•"RTRip" Specifies the Round Trip.
Preset value "RTRip"