Integer Demux(Multiple Output channel Switch)
Summary
Routes an integer input to one of multiple output channels based on an integer selection input.
Description
The **Integer Demux (Multiple Output Channel Switch)** component takes an integer input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoNumericCategory.png Category Numeric – Integer and numeric manipulation.
Properties
- Initial Channel – Default output channel when the component is enabled (integer).
- Output Pins – Number of output channels to generate (integer).
Pins
Input Pins
- In – Integer input to be routed.
- Select – Integer value specifying which output channel receives the input.
Output Pins
- Output – Routed integer output; the number of outputs depends on the **Output Pins** property.