Section 13: LPT library function reference
Model 4200A-SCS Parameter Analyzer Reference Manual
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
);
instr_id
The instrument identification code of the timer module (
TIMER
n
)
Details
Sending
enable(TIMER
n
)
initializes and starts the timer and allows other measurements to read
the timer. The time starts at zero (0) at the time of the enable call.
Also see
(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
(on page 13-13)