Query
:CALCulate<Ch>[:SELected]:MARKer<Mk>:Y?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:Y?
This command reads the response value of marker 1 to 9 (Mk) and reference marker (Mk:10).
{numeric 1}, {numeric 2}<newline><^END>
numeric 1 :Response value (primary value) at the marker position.
numeric 2 :Response value (secondary value) at the marker position. Always 0 when the data format is not the Smith chart format or the polar format.
Dim Var as Variant
Ena.WriteString ":CALC1:MARK1:Y?", True
Var=Ena.ReadList
No equivalent key is available on the front panel.
(Displayed marker value when marker is activated.)
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).Y
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER(Mk).Y