SCPI Command
CALCulate<Ch>[:SELected]:FUNCtion:TTRansition <char>
CALCulate<Ch>[:SELected]:FUNCtion:TTRansition?
Selects the transition type when performing the search for the trace and the target level crosspoints with the CALC:FUNC:EXEC command. |
---|
command/query |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<char> Specifies the transition:
POSitive |
Positive peaks |
NEGative |
Negative peaks |
BOTH |
Both positive peaks and negative peaks |
{POS|NEG|BOTH}
POS
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.FUNCtion.TTRansition
Param = app.SCPI.CALCulate(Ch).SELected.FUNCtion.TTRansition
app.SCPI.CALCulate(Ch).SELected.FUNCtion.TTRansition = "both"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)