:CONFigure:NSTations
Command Syntax
:CONFigure:NSTations {1:16}
Query Syntax
:CONFigure:NSTations?
The query response is an integer between 1 and 16.
Description
Specifies the number of Stations (processes) to launch each running its own test program. Multiple Stations are primarily used when running multiple independent Test Stations. Each station must have at least one fixture assigned to the station using the :CONFigure:FIXTure:STATion
command. The sessions are created when the :STARt
root command is sent.
Example Commands
hwdiagram.write(':CONFigure:FIXTure:TYPe "DUT Fixture 1", NORMal') # place Fixtures
hwdiagram.write(':CONFigure:FIXTure:TYPe "DUT Fixture 2", NORMal')
hwdiagram.write(':CONFigure:FIXTure:TYPe "DUT Fixture 3", NORMal')
hwdiagram.write(':CONFigure:NSTations 2') # use 2 Stations
hwdiagram.write(':CONFigure:AASTations OFF') # turn auto assignment off
hwdiagram.write(':CONFigure:FIXTure:STATion "DUT Fixture 1", 1') # assign Stations
hwdiagram.write(':CONFigure:FIXTure:STATion "DUT Fixture 2", 2')
hwdiagram.write(':CONFigure:FIXTure:STATion "DUT Fixture 3", 2')