:CONFigure:NLANes

Flex Apps:
FlexOTO
FlexOTO Instance:
Hardware Diagram

Command Syntax

:CONFigure:NLANes {1:8}

Query Syntax

:CONFigure:NLANes?

Description

Enters the number of lanes present for all DUT and WDM DUT Fixtures in your Hardware Diagram. Fixtures always have the same lane count and cannot be independently set. The default value is 4 lanes per DUT Fixture and the maximum number of lanes is 8. For a WDM DUT Fixture, all lanes are assumed to be multiplexed to one output on the fixture.

If the fixture has multiple clock domains:

Example Commands

hwdiagram.write(':CONFigure:NLANes 4')  # 4 lanes per fixture
hwdiagram.write(':CONFigure:FIXTure:TYPe "DUT Fixture 1", NORMal') # install fixture
hwdiagram.write(':CONFigure:FIXTure:NCDomains "DUT Fixture 1", 2') # 2 clock domains
hwdiagram.write(':CONFigure:FIXTure:AACDomains "DUT Fixture 1", OFF') # auto lane assignment off
hwdiagram.write(':CONFigure:FIXTure:CDOMain "DUT Fixture 1", "1", CLOCk1' assign clock domains
hwdiagram.write(':CONFigure:FIXTure:CDOMain "DUT Fixture 1", "2", CLOCk2'
hwdiagram.write(':CONFigure:FIXTure:CDOMain "DUT Fixture 1", "3", CLOCk1'
hwdiagram.write(':CONFigure:FIXTure:CDOMain "DUT Fixture 1", "4", CLOCk2'