EasyManua.ls Logo

Copper Mountain Technologies S2 Series - Page 413

Copper Mountain Technologies S2 Series
428 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
S2VNA and S4VNA SCPI Programming Manual
413
double DataArray[1000];
ViUInt32 retCount;
...
viPrintf(instr, "FORM:DATA REAL\n");
retCount = sizeof(DataArray) / sizeof(double);
viQueryf(instr, "CALC:DATA:FDAT?\n", "%#Zb", &retCount, DataArray);
// retCount now contains the actual number of elements read

Table of Contents