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|...9}
<Mk>={[1] … |16}
Parameter
<char> specifies the transition with:
POSitive |
positive edges |
NEGative |
negative edges |
BOTH |
positive and negative edges |
{POS|NEG|BOTH}
POS
Marker > Marker 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)