SCPI Command
CALCulate<Ch>[:SELected]:TRANsform:TIME:REFLection:TYPE <char>
CALCulate<Ch>[:SELected]:TRANsform:TIME:REFLection:TYPE?
Selects the reflection distance either one way or round trip for the time domain transformation function. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<char> choose from:
RTRip |
Round Trip |
OWAY |
One Way |
{RTR|OWAY}
RTR
Analysis > Time Domain > Reflection Type > {Round Trip | One Way}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.REFLection.TYPE
Param = app.SCPI.CALCulate(Ch).SELected.TRANsform.TIME.REFLection.TYPE
app.SCPI.CALCulate(Ch).SELected.TRANsform.TIME.REFLection.TYPE = "RTR"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)