The multiplexer receives data packets from one or more input ports and interleaves them into a single output.
Parameter |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
list[string] |
Input ports data streams to be combined |
|
|
|
string |
Output port where the combined streams to be passed |
|
|
{
"input_ports": ["intput_1", "input_2"],
"output_port": "output"
}