Command/Query
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TTRansition {POSitive|NEGative|BOTH}
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TTRansition?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TTRansition {POSitive|NEGative|BOTH}
:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TTRansition?
This command sets/gets the transition type.
Parameter |
Selection Option |
Description |
Transition type for search |
Data Type |
Character string type (String) |
Range |
Select from the following: POSitive: Specifies the positive transition. NEGative: Specifies the negative transition. BOTH: Specifies both the positive transition and the negative transition. |
Preset Value |
BOTH |
{POS|NEG|BOTH}<newline><^END>
Dim Var as String
Var= "POSitive"
Ena.WriteString ":CALC1:MARK:FUNC:TTR" & Var, True
Ena.WriteString ":CALC1:MARK:FUNC:TTR?", True
Var=Ena.ReadString
Marker Search > Target > Target Transition
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.TTRANSITION
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.TTRANSITION