Controls writing and reading VNA measurement data.
CALCulate:DATA: | MFData | MSData | FDATa | SDATa | FMEMory | SMEMory | SNP? | PORTs? | SAVE |
Click on a Red keyword to view the command details.
See Also
To read receiver data, use CALC:RDATA?
To read error terms, use SENS:CORR:CSET:DATA
To read SnP measurement data, use CALC:DATA:SNP?
Applicable Models: E5080A, M9485A
(Read-only) Gets the formatted data array of multiple traces (traces-n, m, .... to l) of the selected channel. This command is allows to get several trace data with one command, while CALC:MEAS:DATA:FDAT returns only one trace with one command. Note: If valid data is not calculated because of the invalid measurement, “1.#QNB” is read out. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<data> |
Indicates the array data (formatted data array) of NOP (number of measurement points)×2×(number of specified traces). Where n is an integer between 1 and NOP.
The output trace data is listed according to the order of the specified trace number. The index of the array starts from 0. Note: If there is no array data of NOP (number of measurement point)×2 when setting a formatted data array, an error occurs when executed and the object is ignored. |
<string> |
Trace number. "n, m, l, ..." where n, m, l are 1 to the maximum trace number. Note: Use comma for separator of trace number. |
Examples |
CALC:DATA:MFD |
Return Type |
Not Applicable |
Not Applicable |
Applicable Models: E5080A, M9485A
(Read-only) Gets the corrected data array of multiple traces (traces-n, m, .... to l) of the selected channel. This command is allows to get several corrected data with one command, while CALC:MEAS:DATA:SDAT returns only one corrected data with one command. Note: If valid data is not calculated because of the invalid measurement, “1.#QNB” is read out. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<data> |
Indicates the array data (corrected data array) of NOP (number of measurement points)×2×(number of specified traces). Where n is an integer between 1 and NOP.
The output trace data is listed according to the order of the specified trace number. The index of the array starts from 0. 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. |
<string> |
Trace number. "n, m, l, ..." where n, m, l are 1 to the maximum trace number. Note: Use comma for separator of trace number. |
Examples |
CALC:DATA:MSD |
Return Type |
Not Applicable |
Not Applicable |
(Read) CALCulate<cnum>:MEASure<mnum>:DATA:<char>?
Reads or writes Measurement data, Memory data or Normalization Divisor data from the Data Access Map location.
Equation Editor Notes:
Note: The Calc:Data SCORR command to read/write error terms is Superseded with SENS:CORR:CSET:DATA. SCORR commands do NOT accommodate greater than 12 error terms. |
||
Parameters |
||
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
|
<mnum> |
Measurement number for each measurement. There must be a selected measurement on the trace. If unspecified, <mnum> is set to 1. |
|
<char> |
Formatted measurement data to or from Data Access Map location. Display (access point 2).
|
|
|
Complex measurement data. Writes data to Data Access Map location. Raw Measurement (access point 0).
Reads data from Apply Error Terms (access point 1).
|
|
|
Formatted memory data to or from Data Access Map location. Memory result (access point 4).
|
|
|
Complex measurement data to or from Data Access Map location Memory (access point 3).
|
Examples |
CALC:MEAS:DATA:FDATA Data(x) See another example using this command. |
Return Type |
|
Not Applicable |
(Read-only) Reads SNP data from the selected measurement for the specified ports. Learn more about SNP data. This command is valid ONLY with standard S-parameter measurements.
|
||
Parameters |
|
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
|
<mnum> |
Measurement number for each measurement. There must be a selected measurement on the trace. If unspecified, <mnum> is set to 1. |
|
<"x,y,z"> |
Comma or space delimited port numbers for which data is requested, enclosed in quotes. SNP data can be output using several data formatting options. See MMEM:STOR:TRAC:FORM:SNP. |
|
Examples |
CALC:MEAS:DATA:SNP:PORTs? "1,2,4,5,7" 'read data for these ports |
|
Return Type |
Depends on FORM:DATA command |
|
Not Applicable |
Applicable Models: E5080A, M9485A
(Write-only) Saves SNP data from the selected measurement for the specified ports. Learn more about SNP data.
|
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<mnum> |
Measurement number for each measurement. There must be a selected measurement on the trace. If unspecified, <mnum> is set to 1. |
<"x,y,z"> |
String - Comma or space delimited port numbers for which data is requested, enclosed in quotes. |
<filename> |
String - Path, filename, and suffix of location to store the SNP data. The suffix is not checked for accuracy. If saving 2 ports, specify "filename.s2p"; If saving 4 ports, specify "filename.s4p.", and so forth. SNP data can be output using several data formatting options. See MMEM:STOR:TRAC:FORM:SNP. |
Examples |
CALC:MEAS:DATA:SNP:PORTs:Save '1,2,4','D:\MyData.s3p';*OPC? |
Return Type |
Depends on FORM:DATA command |
Not Applicable |
Last modified:
18-May-2016 |
First Release |