SCPI.SENSe(Ch).DATA.CORRdata(Param)

Object type

Property (Read only)

Syntax

Data = SCPI.SENSe(Ch).DATA.CORRdata(Param)

Description

This command gets S-Parameter data. Refer to Internal Data Processing.

 

The SCPI.SENSe(Ch).CORRection.DATA.CDATa command allows you to get the multiple S-parameter data by one command.

Variable

Parameter

Param

Description

Measurement parameter

Data type

Character string type (String)

Range

Select the following:

  • "S<XY>"
    Where:
    x=1to 4
    Y=1to 4

Preset value

"S11"

 

Parameter

Data

Description

Indicates the array data (corrected data array) of NOP (number of measurement points)*2. Where n is an integer between 1 and NOP.

  • Data(n*2-2) :Real part of the data (complex number) at the n-th measurement point.

  • Data(n*2-1) :Imaginary part of the data (complex number) at the n-th measurement point.

The index of the array starts from 0.

Data type

Variant type (Variant)

Note

If there is no array data of NOP (number of measurement point))* 2 when setting a corrected data array, an error occurs when executed and the object is ignored.

Examples

Dim CorData As Variant
CorData = SCPI.SENSe.DATA.CORRdata("S21")

Related objects

SCPI.SENSe(Ch).DATA.RAWData

SCPI.SENSe(Ch).CORRection.DATA.CDATa

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SENSe:DATA:CORRdata? {S11|S21|S31|S41|S12|S22|S32|S42|S13|S23|S33|S43|S14|S24|S34|S44}

Query response

{array}<newline><^END>

Example of use

10 OUTPUT 717;":SENS:DATA:CORR? S21"
20 ENTER 717;A(*)