:CONFigure:DEMux:ATTenuation:USAMe

Flex Apps:
FlexOTO
FlexOTO Instance:
Hardware Diagram

Command Syntax

:CONFigure:DEMux:ATTenuation:USAMe "<demux-name>", {ON | OFF}

Where <demux-name> is the name that identifies the Demultiplexer block on the Hardware Diagram.

Description

For the specified Demultiplexer, specifies whether all lanes have the same nominal attenuation or if a unique value is entered for each lane. The equivalent setting in the Demux Setup dialog is "All lanes have the same attenuation".

The second command argument can be one of the following tokens:

ON
The nominal attenuation specified for lane 1 of the demultiplexer will be used for all of the demultiplexter's lanes. (:CONFigure:DEMux:ATTenuation:LANE1 command.)
OFF
The nominal attenuation entered for each of the demultiplexer's lanes will be used. (:CONFigure:DEMux:ATTenuation:LANE{1:8} commands.)

Example Command

This example installs a Demultiplexer, turns off "All lanes have the same attenuation", enters the attenuation on Lane 1, and enters the attenuation on Lane 2.

hwdiagram.write(':CONFigure:DEMux:ACTive "Demux 2", ON')
hwdiagram.write(':CONFigure:DEMux:ATTenuation:USAMe "Demux 2", OFF')
hwdiagram.write(':CONFigure:DEMux:ATTenuation "Demux 1", "1", 0.05')
hwdiagram.write(':CONFigure:DEMux:ATTenuation "Demux 1", "2", 0.07')