-SCS Parameter Analyzer Reference Manual Section 13:
LPT library function reference
4200A-901-01 Rev. C / February 2017 13-185
smeasfRT
This command returns the sourced frequencies (in real time) for a sweep.
Usage
int smeasfRT(int instr_id, double *freq_arr, char *colname);
The instrument identification code of the 4210-CVU:
Returned array of test frequencies
Column name (character string) to pass into Clarius for the data sheet column
Details
Like the smeasf command, the test frequencies for a sweep are returned in an array. However, the
frequency values are posted to the Clarius Analyze sheet and graph in real time (after each step of
the sweep is executed).
Note that the values are only available in real-time if Clarius is running. Otherwise, they are stored in
an array in the usual fashion.
Example
smeasfRT(CVU1, freq_arr, "freq_arr");
This command posts the frequency values into the Clarius Analyze sheet under a column named
.
Also see
smeasf (on page 13-184)