Please enable JavaScript to view this site.

 Network Analyzers using TRVNA software

SCPI Command

CALCulate<Ch>[:SELected]:DATA:XAXis?

Or

CALCulate<Ch>:TRACe<Tr>:DATA:XAXis?

Description

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

Target

CALCulate<Ch>[:SELected] — active trace of channel <Ch>,

Or

CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,

<Tr>={[1]|2|...8}

<Ch>={[1]|2|...9}

Query Response

<numeric 1>, <numeric 2>, …<numeric N>

Related Commands

SENS:SWE:TYPE

CALC:TRAN:TIME:STAT

Equivalent Softkeys

None


Equivalent COM Command

SCPI.CALCulate(Ch).SELected.DATA.XAXis

SCPI.CALCulate(Ch).TRACe(Tr).DATA.XAXis

Syntax

Data = app.SCPI.CALCulate(Ch).SELected.DATA.XAXis

Data = app.SCPI.CALCulate(Ch).Trace(Tr).DATA.XAXis

Type

Variant (array of Double) (read only)


 

Back to CALCulate

Back to Command Finder

Back to Command Finder (From User Interface)

 

Rev.:  24.1