:CALC<Ch>:MARK:FUNC:TTR

Type

Command/Query

Syntax

: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?

Description

This command sets/gets the transition type.

Variable

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

Query Response

{POS|NEG|BOTH}<newline><^END>

Examples

Dim Var as String
Var= "POSitive"
Ena.WriteString ":CALC1:MARK:FUNC:TTR" & Var, True
Ena.WriteString ":CALC1:MARK:FUNC:TTR?", True
Var=Ena.ReadString

Related Commands

:CALC:PAR:SEL

:CALC:MARK:FUNC:TYPE

:CALC:MARK:FUNC:TARG

Equivalent Softkey

Marker Search > Target > Target Transition

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.TTRANSITION

SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.TTRANSITION