Mux
The Mux function block is essential for managing multiple input signals, allowing users to merge several data streams into a single output. This functionality is helpful when you want to access individual signals while keeping your workflow organized.
📥 Inputs
Input 1
The first input data stream you wish to handle.
Input 2
The second input data stream you wish to handle.
Additional inputs can be dynamically created based on the selection in the dropdown menu.
📤 Outputs
Multiple generic outputs that represent the combined input streams, enabling access to all connected data.
🕹️ Controls
Input size
A dropdown menu to select the number of individual inputs. This allows users to dynamically adjust the number of input connections based on their needs.
🎨 Features
Dynamic Input Management
Users can add or remove input sockets based on their selections in real time.
Flexible Output Handling
Captures and preserves all data from connected inputs for further processing.
📝 Usage Instructions
Set Input Size: Select the desired input size from the dropdown menu labeled
Input size
. This will determine how many input sockets are visible for connecting data.Connect Inputs: Link up to the selected number of inputs (e.g.,
Input 1
,Input 2
, etc.) to the Mux block.Evaluate Outputs: When evaluated, the outputs will contain the data from all connected inputs, allowing for easy access to all individual streams.
📊 Evaluation
When run, the Mux function block will collect data from all connected inputs and return them in a list format. This output is useful for further processing or analysis.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated