Integer Demux(Multiple Output channel Switch): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoIntegerDemux.png == 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. <b>D..." |
(No difference)
|
Latest revision as of 23:39, 20 August 2025
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.