Skip to main content

utility:merge fields by label

Version: 0.0.0

Description

Merges the fields of a fields container that share the same label value.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container
Pin 1
Required
labelstringLabel identifier that should be merged.
Pin 2merged_field_supportabstract_field_supportThe FieldsContainer's support that has already been merged.
Pin 3sum_mergeboolDefault is false. If true, redundant quantities are summed instead of being ignored.

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_container
Pin 1merged_field_supportabstract_field_support

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: merge_fields_by_label

Full name: utility.merge_fields_by_label

Internal name: merge::fields_container_label

License: None

Changelog

  • Version 0.0.0: Initial release.