:CONFigure:FIXTure:ACTive
Command Syntax
:CONFigure:FIXTure:ACTive "<fixture-name>", {ON | OFF}
Where <fixture-name> is the name that identifies the DUT Fixture or WDM DUT Fixture block on the Hardware Diagram.
Query Syntax
:CONFigure:FIXTure:ACTive? "<fixture-name>"
Query Response
{0 | 1}
Description
Installs or removes an DUT or WDM DUT Fixture on the Hardware Diagram. When installing a new fixture you can use any unique string that you like up to 20 characters in length. Or, if you enter an empty string, the default strings will be assigned which are "DUT Fixture #' or 'WDM DUT Fixture'. The fixture name must contain valid Windows file name characters. You can also rename the Fixture later using the :CONFigure:FIXTure:REName
command. Send the query for of this command to determine if the Fixture is installed on the Hardware Diagram.
Here are some examples:
hwdiagram.write(':CONFigure:FIXTure:ACTive "", ON') # install 1st Fixture with standard name "DUT Fixture 1" hwdiagram.write(':CONFigure:FIXTure:ACTive "Golden DUT!", ON') # install 2nd Fixture with custom name
The name of a Fixture is important as the name is passed as an argument to other commands including the universal port connect command :CONFigure:PORT:CONNect
which is used to connect Fixture ports to other blocks in the Hardware Diagram. The Fixture name is also shown in FlexOTO's panels and reports.
Token Parameters
The second command argument can be one of the following tokens:
ON
- Installs an Fixture on the Hardware Diagram.
OFF
- Uninstalls an Fixture from the Hardware Diagram.
Send the query to determine if the Fixture is installed on the Hardware Diagram.
Example Command
hwdiagram.write(':CONFigure:FIXTure:ACTive "Fixture SN1234", ON')