SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:Y?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:Y?
Reads out the response value of the marker. If the reference marker is turned ON, the values of the markers from 1 to 15 are read out as relative values to the reference marker. The data include 2 elements: <numeric 1> real number in rectangular format, real part in polar and Smith chart formats; <numeric 2> 0 in rectangular format, imaginary part in polar and Smith chart formats. |
---|
query only |
Marker <Mk> of the active trace of channel <Ch>,
Or
Marker <Mk> of the trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<Mk> = {[1]|2|...16}
<numeric 1>, <numeric 2>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).Y
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:Y? only. |
Data = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).Y
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder