Section 13: LPT library function reference
Model 4200A-SCS Parameter Analyzer Reference Manual
13-50
4200A-901-01 Rev. C / February 2017
tstdsl
This command deselects a test station.
Usage
tstdsl(void);
Details
To relinquish control of an individual test station, a new test station must be selected using
tstsel
before any subsequent test control commands are run.
The
tstdsl
command has the same effect as the
tstsel(0)
command.
tstdsl
is not required for use in a user test module (UTM).
Example
tstdsl( ); /* Disables test station.*/
Also see
(on page 13-50)
tstsel
This command enables or disables a test station.
Usage
tstsel(int
x
);
x
The test station number:
0
or
1
Details
tstsel
is normally called at the beginning of a test program.
tstsel(1)
selects the first test station and loads the instrumentation configuration.
The
tstsel
command is not required for use in a user test module (UTM).
Also see
(on page 13-50)