utility:split in for each range
Version: 0.0.0
Description
Split a scoping into several pieces so you can iterate it with a for_each loop.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | iterable | Iterable that can be combined with the one currently generated. | |
| Pin 1 Required | operator_to_iterate | operator | Operator that must be reconnected with the range values. |
| Pin 2 Required | pin_index | int32 | |
| Pin 3 Required | scoping | scoping | |
| Pin 4 Required | chunk_size | int32 |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | output |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: utility
Plugin: core
Scripting name: split_in_for_each_range
Full name: utility.split_in_for_each_range
Internal name: chunk_in_for_each_range
License: None
Changelog
- Version 0.0.0: Initial release.