:CALC<Ch>:DATA:FDAT

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:DATA:FDATa <Value>

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

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:DATA:FDATa <Value>

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

Description

This command sets/gets the formatted data array.

The array data element varies in the data format. For more information, see Internal Data Processing.

      • If valid data is not calculated because of the invalid measurement, “1.#QNB” is read out.

Variable

Parameter

Value

Description

Formatted data array

Where n is an integer between 1 and NOP (number of measurement points):

  • <numeric n×2-1>:  Real part of data (complex number) at the n-th measurement point.

  • <numeric n×2>: Imaginary part of data (complex number) at the n-th measurement point. Always 0 when the data format is not the Smith chart format or the polar format

The number of data is {NOP×2}

Data Type

Variant type Array (Range)

Note

If there is no array data of NOP×2 when setting a formatted data array, an error occurs when executed.

Query Response

{numeric 1}, .... ,{numeric NOP×2}<newline><^END>

Examples

See Reading/Writing Data.

Related Commands

:CALC:DATA:FMEM

:CALC:DATA:SDAT

:CALC:DATA:SMEM

:FORM:DATA

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.DATA.FDATA

SCPI.CALCULATE(Ch).TRACE(Tr).DATA.FDATA