Skip to main content

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

InputNameExpected type(s)Description
Pin 0iterableIterable that can be combined with the one currently generated.
Pin 1
Required
operator_to_iterateoperatorOperator that must be reconnected with the range values.
Pin 2
Required
pin_indexint32
Pin 3
Required
scopingscoping
Pin 4
Required
chunk_sizeint32

Outputs

OutputNameExpected type(s)Description
Pin 0output

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.