SCPI Command
CALCulate<Ch>[:SELected]:DATA:XAXis?
Or
CALCulate<Ch>:TRACe<Tr>:DATA:XAXis?
Reads out the X-axis values array. The X-axis values array is the frequency, power or time values array depending on the trace setup. The array contains real values. The array size is N, where N is the number of measurement points. For the n–th point, where n from 1 to N: <numeric n> the X-axis value. |
---|
query only |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<numeric 1>, <numeric 2>, …<numeric N>
Related Commands
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.DATA.XAXis
SCPI.CALCulate(Ch).TRACe(Tr).DATA.XAXis
Data = app.SCPI.CALCulate(Ch).SELected.DATA.XAXis
Data = app.SCPI.CALCulate(Ch).Trace(Tr).DATA.XAXis
Variant (array of Double) (read/write)
Back to CALCulate
Back to Command Finder