Section 13: LPT library function reference
Model 4200A-SCS Parameter Analyzer Reference Manual
13-184
4200A-901-01 Rev. C / February 2017
smeasf
This command returns the frequencies used for a sweep.
Usage
int smeasf(int
instr_id
, double *
freq_arr
);
instr_id
The instrument identification code of the 4210-CVU:
CVU1
freq_arr
Returned array of test frequencies
Details
This command returns the present test frequencies used for a sweep. The frequency values are
returned in an array. The frequency values are posted to Clarius in Analyze after the test has finished.
You can use the
smeasfRT
command to return sourced sweep frequency values in an array. It posts
the frequency values to Clarius in real time.
Use the
measf
command to return the frequency used for a single measurement.
Also see
(on page 13-177)
(on page 13-185)