SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TTRansition <char>
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TTRansition?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TTRansition <char>
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TTRansition?
Selects the type of the target transition when the marker transition search is performed by the CALC:MARK:FUNC:EXEC command. |
---|
command/query |
Marker <Mk> of the active trace of channel <Ch>,
Or
Marker <Mk> of the trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<Mk> = {[1]|2|...16}
<char> Specifies the type of the target transition:
POSitive |
Positive target transition |
NEGative |
Negative target transition |
BOTH |
Both positive target transition and negative target transition |
{POS|NEG|BOTH}
POS
Marker > Marker Search > Target > Target Transition > {Positive | Negative | Both}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TTRansition
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TTRansition only. |
Param = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TTRansition
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TTRansition = "neg"
String (read/write)
Back to CALCulate
Back to Command Finder