13: LPT library function reference Model 4200A-SCS Parameter Analyzer
13-16 4200A-901-01 Rev. C / February 2017
enable
This command provides correlation of real time to measurements of voltage, current, conductance, and
capacitance.
Usage
int enable(int instr_id);
The instrument identification code of the timer module (TIMERn)
Details
Sending enable(TIMERn) initializes and starts the timer and allows other measurements to read
t
he timer. The time starts at zero (0) at the time of the enable call.
Also see
disable (on page 13-15)
execut
This command causes the system to wait for the preceding test sequence to be executed.
Usage
int execut(void);
Details
This command waits for all previous LPT library commands to complete and then sends the devint
command.
Also see
devint (on page 13-13)