Section 13: LPT library function reference
Model 4200A-SCS Parameter Analyzer Reference Manual
13-188
4200A-901-01 Rev. C / February 2017
smeasv
This command returns the DC bias voltages used for a sweep.
Usage
int smeasv(int
instr_id
, double *
varray
);
instr_id
The instrument identification code of the 4210-CVU:
CVU1
varray
Returned array of DC bias voltages
Details
This command returns the DC bias voltages used in a sweep. The values are returned in an array.
The voltage values are posted to the Clarius Analyze sheet and graph after the test has finished.
You can also use the
smeasvRT
command to return sourced sweep DC bias voltage values in an
array. It posts the voltage values to Clarius in real time.
Use the
measv
command to return the DC bias voltage used for a single measurement.
Also see
(on page 13-178)
(on page 13-189)