Smeasfrt - Keithley 4200A-SCS Reference Manual

Parameter
Hide thumbs Also See for 4200A-SCS:
Table of Contents

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual

smeasfRT

This command returns the sourced frequencies (in real time) for a sweep.
Usage
int smeasfRT(int instr_id, double *freq_arr, char *colname);
instr_id
freq_arr
colname
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
freq_arr.
Also see
smeasf
(on page 13-184)
4200A-901-01 Rev. C / February 2017
The instrument identification code of the 4210-CVU: CVU1
Returned array of test frequencies
Column name (character string) to pass into Clarius for the data sheet column
Section 13: LPT library function reference
13-185

Advertisement

Table of Contents
loading

Table of Contents