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 |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<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)