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
Was this helpful?