S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual Section 3:
S530-900-01 Rev. E / September 2017 3-65
This example gets the measurement data that is needed to create a graph that shows the capacitance
versus voltage characteristics of a variable-capacitance diode. This diode is operated in reverse-biased
mode. SMU1 outputs a voltage that sweeps from 0 through -50 V. Capacitance is measured 26 times
during the sweep. The results are stored in an array called res1.
Equation 9: Example of savgX command
Also see
clrscn (on page 3-17)
devint (on page 3-26)
scp_close
This command disconnects communications to the scope card.
Usage
int scp_close(int instr_id);
The instrument identification code of the scope card
Details
This command returns a 0 if executed without error; a negative number indicates an error.
Example
Disconnects communications to scope card 1.
Also see
None