COM Server Commands
59
SCPI.CALCulate(
Ch
).SELected.FUNCtion.TTRansition
Object Type
Property (read/write)
Data Type
String
Target
The active trace of channel
Ch
,
Ch
Description
The transition type selection when performing the search for the trace
and the target level crosspoints by the
SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute
method.
Range
"POSitive"
Positive peaks
"NEGative"
Negative peaks
"BOTH"
Both positive peaks and negative peaks
Notes
The short format of the parameter is indicated by upper case letters.
There is no distinction between upper and lower case letters when the
property is written. When the property is read out, the short format is
indicated by upper case letters.
Out of Range
The value is ignored.
Preset Value
"POS"
Syntax
Dim Param As String
Param = app.SCPI.CALCulate(Ch).SELected.FUNCtion.
TTRansition
app.SCPI.CALCulate(Ch).SELected.FUNCtion.
TTRansition = "BOTH"
Equivalent
Softkeys
None