Debatch

This function block is utilized to disable batch processing for the current variable. It separates the batch input into individual outputs for further processing.

πŸ“₯ Inputs

Batch This input takes a batch of generic data items, which can be a list or other collection types.

πŸ“€ Outputs

Output 1 The first output item from the separated batch.

Output 2 The second output item from the separated batch.

πŸ•ΉοΈ Controls

This function block does not include any specific controls, as it primarily processes the input data.

🎨 Features

Batch Separation Automatically demuxes or separates the input data batch into individual items for separate processing.

Support for N-dimensional Arrays Can handle N-dimensional arrays and ensures they are in a contiguous format for further operations.

πŸ“ Usage Instructions

  1. Connect a Batch Input: Connect a data source that produces a batch of items to the Batch input.

  2. Evaluate: Run the block to separate the batch data into individual outputs.

  3. Access Outputs: Connect to Output 1 and Output 2 to utilize the separated data items in subsequent processing steps.

πŸ“Š Evaluation

When executed, this function block processes any batch input it receives and outputs individual items that can be connected to other function blocks for further operations.

πŸ’‘ Tips and Tricks

Connecting to Other Function Blocks

Connect each output to appropriate function blocks to operate on the individual data items. You may use blocks like Math Operations, Batch Processing, or any other data manipulation blocks.

πŸ› οΈ Troubleshooting

No Output Received

If you find that the outputs are not receiving data, ensure that the input batch is valid and properly connected.

You might want to use the Debug Input function block to check the contents of the batch.

Last updated