SCPI Command
CALCulate<Ch>[:SELected]:TRANsform:TIME:REFLection:TYPE <char>
CALCulate<Ch>[:SELected]:TRANsform:TIME:REFLection:TYPE?
Or
CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:REFLection:TYPE <char>
CALCulate<Ch>:TRACe<Tr>: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>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<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
note |
This command is similar to CALCulate<Ch>[:SELected]:TRANsform:TIME:REFLection:TYPE only. |
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