SCPI Command
CALCulate<Ch>[:SELected]:FUNCtion:TTRansition <char>
CALCulate<Ch>[:SELected]:FUNCtion:TTRansition?
Or
CALCulate<Ch>:TRACe<Tr>:FUNCtion:TTRansition <char>
CALCulate<Ch>:TRACe<Tr>: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 |
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> 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
note |
This command is similar to CALCulate<Ch>[:SELected]:FUNCtion:TTRansition only. |
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