SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TTRansition <char>
CALCulate<Ch>[:SELected]: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>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<Mk>={[1] … |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 > Search > Search Target > Target Transition > {Positive | Negative | Both}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TTRansition
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
Back to Command Finder (From User Interface)