コンテンツにスキップ

Multiplexer vTool#

The Multiplexer vTool allows you to combine the inputs of two or more vTools into one output.

The data types of the inputs must be identical. The first input connected determines the data type of the subsequent input pins as well as the output pin. You can add as many input pins as you like by connecting an output pin of another vTool to an input pin of the Multiplexer.

Multiplexer vTool

仕組み#

The Multiplexer combines the outputs of multiple vTools, i.e., multiple data streams, into one single data stream. In this respect, it acts like a funnel. Everything that goes in, comes out at the other end in the same order. Subsequent processing takes place on each individual item of the combined data stream.

情報

For synchronized input data, i.e., input data from the same source, the combined output contains the inputs in the order of the input pin numbers. If the input data isn't synchronized, the order is not defined.

入力#

Data1#

Accepts input of any data type.

  • Data type: Initially Value. Once a connection is made, the input pin takes the data type of the output pin connected.

DataN#

Accepts input of the same data type as the Data1 input.

  • Data type: Initially Value. Once a connection is made, the input pin takes the data type of the output pin connected.

出力#

Output#

Returns the combined data inputs as a sequence.

  • Data type: Initially Value. Once a connection is made, the input pin takes the data type of the output pin connected.

典型的な先行機#

Typical Succecessors#

  • Any vTool that accepts input of data type Image.