Measurement data access
SCPI.SENSe(Ch).FREQuency.DATA
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Variant (array of double) |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The array of the measurement points frequency for linear, logarithmic or segment sweep type. The array size is N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(n–1) the frequency value at the n–th measurement point. Syntax Dim Data As Variant Data = app. SCPI.SENSe(Ch).FREQuency.DATA |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).SELected.DATA.FDATa
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The formatted data array. The array elements contain measurements in the current format, for example, in logarithmic magnitude format (Log Mag). Also, see section “Measurement Data Arrays” on page 19. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) real number in rectangular format, real part in polar and Smith chart formats; Data(2n–1) 0 in rectangular format, imaginary part in polar and Smith chart formats. |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch).SELected.DATA.FDATa app.SCPI.CALCulate(Ch).SELected.DATA.FDATa = Data |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).SELected.DATA.SDATa
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The corrected data array. The corrected measurements are complex numbers. Also, see section “Measurement Data Arrays” on page 19. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) the real part of corrected measurement; Data(2n–1) the imaginary part of corrected measurement. |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch).SELected.DATA.SDATa app.SCPI.CALCulate(Ch).SELected.DATA.SDATa = Data |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).SELected.DATA.FMEMory
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The formatted memory array. The array elements contain saved measurements in the current format, for example, in logarithmic magnitude format (Log Mag). Also, see section “Measurement Data Arrays” on page 19. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) real number in rectangular format, real part in polar and Smith chart formats; Data(2n–1) 0 in rectangular format, imaginary part in polar and Smith chart formats. |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch).SELected.DATA.FMEMory app.SCPI.CALCulate(Ch).SELected.DATA.FMEMory = Data |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).TRACe(Tr).DATA.FDATa
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | The specified trace Tr of channel Ch, Tr: trace number 1–16 (see Table 3 on page 33) Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The formatted data array. The array elements contain measurements in the current format, for example, in logarithmic magnitude format (Log Mag). Also, see section “Measurement Data Arrays” on page 19. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) real number in rectangular format, real part in polar and Smith chart formats; Data(2n–1) 0 in rectangular format, imaginary part in polar and Smith chart formats. |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch).Trace(Tr).DATA.FDATa app.SCPI.CALCulate(Ch).Trace(Tr).DATA.FDATa = Data |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).TRACe(Tr).DATA.SDATa
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | The specified trace Tr of channel Ch, Tr: trace number 1–16 (see Table 3 on page 33) Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The corrected data array. The corrected measurements are complex numbers. Also, see section “Measurement Data Arrays” on page 19. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) the real part of corrected measurement; Data(2n–1) the imaginary part of corrected measurement. |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch). Trace(Tr).DATA.SDATa app.SCPI.CALCulate(Ch). Trace(Tr).DATA.SDATa = Data |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).TRACe(Tr).DATA.FMEMory
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | The specified trace Tr of channel Ch, Tr: trace number 1–16 (see Table 3 on page 33) Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The formatted memory array. The array elements contain saved measurements in the current format, for example, in logarithmic magnitude format (Log Mag). Also, see section “Measurement Data Arrays” on page 19. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) real number in rectangular format, real part in polar and Smith chart formats; Data(2n–1) 0 in rectangular format, imaginary part in polar and Smith chart formats. |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch). Trace(Tr).DATA.FMEMory app.SCPI.CALCulate(Ch). Trace(Tr).DATA.FMEMory = Data |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).TRACe(Tr).DATA.SMEMory
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | The specified trace Tr of channel Ch, Tr: trace number 1–16 (see Table 1 on page 33) Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The corrected memory array. The corrected measurements are complex numbers. Also, see section “Measurement Data Arrays” on page 19. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) the real part of corrected measurement memory; Data(2n–1) the imaginary part of corrected measurement memory. |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch). Trace(Tr).DATA.SMEMory app.SCPI.CALCulate(Ch). Trace(Tr).DATA.SMEMory = Data |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).SELected.DATA.SMEMory
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The corrected memory array. The corrected measurements are complex numbers. Also, see section “Measurement Data Arrays” on page 19. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) the real part of corrected measurement memory; Data(2n–1) the imaginary part of corrected measurement memory. |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch).SELected.DATA.SMEMory app.SCPI.CALCulate(Ch).SELected.DATA.SMEMory = Data |
Equivalent Softkeys | None |
SCPI.SENSe(Ch).DATA.CORRdata(Param)
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Variant (array of double) |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Parameter Param of String type selects S-parameter: "S11", "S12", "S21", "S22" |
Description | The corrected S-parameters array. The corrected measurements are complex numbers. Also, see section “Measurement Data Arrays” on page 20. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) the real part of corrected measurement; Data(2n–1) the imaginary part of corrected measurement. The index of the array starts from 0. |
Syntax | Dim Data As Variant Data = app.SCPI.SENSe(ch).DATA.CORRdata("S11") |
Equivalent Softkeys | None |
SCPI.SENSe(Ch).DATA.RAWData(Param)
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Variant (array of double) |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Parameter Param of String type selects S-parameter: "S11", "S12", "S21", "S22" |
Description | The raw S-parameters array (without correction). The raw measurements are complex numbers. Also, see section “Measurement Data Arrays” on page 20. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(2n–2) the real part of corrected measurement; Data(2n–1) the imaginary part of corrected measurement. The index of the array starts from 0. |
Syntax | Dim Data As Variant Data = app.SCPI.SENSe(ch).DATA.RAWData("S11") |
Equivalent Softkeys | None |
SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.DATA
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Variant (array of double) |
Target | Port Pt of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) Pt: port number 1–2 (see Table 2 on page 25) |
Description | Reads the frequency data for the selected port Pt when the frequency offset feature is ON and offset type is "PORT", for the selected channel Ch. The array size is N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(n–1) the frequency value at the n–th measurement point. Syntax Dim Data As Variant Data = app.SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.DATA |
Related Commands | SCPI.SENSe(Ch).OFFset.STATe SCPI.SENSe(Ch).OFFset.TYPE |
Equivalent Softkeys | None |
SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.DATA
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Variant (array of double) |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | Reads the receiver frequency data when the frequency offset feature is ON and offset type is "SRCRcv", for the selected channel Ch. The array size is N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Data(n–1) the frequency value at the n–th measurement point. Syntax Dim Data As Variant Data = app.SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.DATA |
Related Commands | SCPI.SENSe(Ch).OFFset.STATe SCPI.SENSe(Ch).OFFset.TYPE |
Equivalent Softkeys | None |