COM Server Commands
85
SCPI.CALCulate(
Ch
).SELected.MARKer(
Mk
).FUNCtion.TYPE
Object Type
Property (read/write)
Data Type
String
Target
Marker
Mk
of the active trace of channel
Ch
,
Ch
Mk
marker number 1–15, or reference marker number 16 (see
Description
The selection of the type of the marker search, which is performed by
the
SCPI.CALCulate(Ch).SELected.MARKer(Mk).
FUNCtion.EXECute
method.
Range
"MAXimum"
Maximum value search
"MINimum"
Minimum value search
"PEAK"
Peak search
"LPEak"
Peak search to the left from the marker
"RPEak"
Peak search to the right from the marker
"TARGet"
Target search
"LTARget"
Target search to the left from the marker
"RTARget"
Target search to the right from the marker
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
"MAX"
Syntax
Dim Param As String
Param =
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion
.TYPE
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion
.TYPE = "MIN"
Equivalent
Softkeys
Markers > Marker Search > Maximum | Minimum
Markers > Marker Search > Peak > Search Peak | Search Max Peak |
Search Peak Left | Search Peak Right
Markers > Marker Search > Target > Search Target | Search Target Left |
Search Target Right