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
Connect a Batch Input: Connect a data source that produces a batch of items to the
Batch
input.Evaluate: Run the block to separate the batch data into individual outputs.
Access Outputs: Connect to
Output 1
andOutput 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
🛠️ Troubleshooting
Last updated