SCPI Command
CALCulate<Ch>[:SELected]:MARKer:DATA?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer:DATA?
Reads out the data array of all turned ON markers. The array size is 3N + 1, where N is the number of turned ON markers including the reference marker. If the reference marker is turned ON the last three elements of array contain the reference marker data and the rest elements of array contain the relative values. For the n-th marker, where n from 1 to N: <numeric 1> the number of turned ON markers including the reference marker (N); <numeric 3n-1> the stimulus value of the n–th marker; <numeric 3n> the real data in rectangular format, real part in polar and Smith chart formats of the n–th marker; <numeric 3n+1> 0 in rectangular format, imaginary part in polar and Smith chart formats of the n–th marker. |
---|
query only |
CALCulate<Ch>[:SELected] — All markers of the active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr>— All markers of the trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
All markers of the active trace of channel <Ch>,
<Ch>={[1]|2|...16}
<numeric 1>, <numeric 2>, …<numeric 3N+1>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).DATA
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer:DATA? only. |
Data = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).DATA
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder