
Section 3: LPTLib command reference
S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
3-94
S530-900-01 Rev. E / September 2017
tstsel
This command enables or disables a test station.
Usage
tstsel(long
x
);
x
The test station number:
1
Details
Only one test station can be active at a time.
The
tstsel
command is normally called at the beginning of a test program. Only one call to the
tstsel
command per program is recommended.
Calling a new test station within a test program cancels any previous
tstsel
calls.
To relinquish control of an individual test station so another station can access the system, call the
tstsel
command with a value of zero (
0
). A new test station must then be selected before any
subsequent test control commands are run.
Attempting to run a test program on an already active test station causes the message "Error:
tstsel
failed with status = -653. Exiting" to be displayed.
The
tstsel
command is not required for use in a user test module (UTM).
Also see
None