Property (Read-Write)
SCPI.CALCulate(Ch).SELected.FUNCtion.TTRansition = Param
Param = SCPI.CALCulate(Ch).SELected.FUNCtion.TTRansition
This command sets/gets the transition type when performing the target search with the SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute object, for the active trace of the selected channel (Ch).
Parameter |
Param |
Description |
Transition type for search |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"BOTH" |
Dim TargTran As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.FUNCtion.TYPE = "atar"
SCPI.CALCulate(1).SELected.FUNCtion.TTRansition = "pos"
TargTran = SCPI.CALCulate(1).SELected.FUNCtion.TTRansition
SCPI.CALCulate(Ch).SELected.FUNCtion.DATA
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.FUNCtion.TYPE
SCPI.CALCulate(Ch).SELected.FUNCtion.TARGet
SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute
No equivalent key is available on the front panel.
:CALCulate{[1]-4}[:SELected]:FUNCtion:TTRansition {POSitive|
NEGative|BOTH}
:CALCulate{[1]-4}[:SELected]:FUNCtion:TTRansition?
{POS|NEG|BOTH}<newline><^END>
10 OUTPUT 717;":CALC1:FUNC:TTR NEG"
20 OUTPUT 717;":CALC1:FUNC:TTR?"
30 ENTER 717;A$