Command/Query
:CALCulate<Ch>[:SELected]:FUNCtion:TTRansition {POSitive|NEGative|BOTH}
:CALCulate<Ch>[:SELected]:FUNCtion:TTRansition?
This command sets/gets the transition type when performing the target search with the :CALC:FUNC:EXEC.
Parameter |
Selection Option |
Description |
Transition type |
Data Type |
Character string type (String) |
Range |
"POSitive": Positive transition. "NEGative": Negative transition. "BOTH": Both the positive transition and the negative transition. |
Preset Value |
BOTH |
{POS|NEG|BOTH}<newline><^END>
Dim Var as String
Var= "POS"
Ana.WriteString ":CALC1:FUNC:TTR " & Var, True
Ana.WriteString ":CALC1:FUNC:TTR?", True
Var=Ana.ReadString
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.FUNCTION.TTRANSITION