Please enable JavaScript to view this site.

 Network Analyzers using S2VNA software

SCPI Command

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

Or

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

Description

Reads out the data array, which is the CALC:FUNC:EXEC command analysis result.

The array size is 2N, where N is the number of points (data pairs) of the analysis result.The number of points N is returned by the CALC:FUNC:POIN? command.

For the n–th point, where n from 1 to N:

<numeric 2n–1> the response value in n-th measurement point;

<numeric 2n> the stimulus value in n-th measurement point. Always set to 0 for the analysis of mean value, standard deviation, and peak-to-peak value.

query only

Target

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}

Query Response

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

Related Commands

CALC:FUNC:EXEC

CALC:FUNC:POIN?

Equivalent Softkeys

None


Equivalent COM Command

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

Syntax

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

Type

Variant (array of Double) (read only)


 

Back to CALCulate

Back to Command Finder

Back to Command Finder (From User Interface)

 

Rev.:  24.1