Skip to main content

min_max:over label

Version: 0.0.0

Description

Create two fields (0 min 1 max) by looping over the fields container in input and taking the min/max value by component through all the fields having the same id for the label set in input (in pin 1). If no label is specified or if the specified label doesn't exist, the operation is done over all the fields. The fields out are located on the label set in input, so their scoping are the labels ids.For each min max value, the label id for one other fields container labels is kept and returned in a scoping in pin 2 (min) and 3 (max).The field's scoping ids of the value kept in min max are also returned in the scopings in pin 4 (min) and 5 (max).

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container
Pin 1
Required
labelstringlabel name from the fields container

Outputs

OutputNameExpected type(s)Description
Pin 0field_minfield
Pin 1field_maxfield
Pin 2domain_ids_minscoping
Pin 3domain_ids_maxscoping
Pin 4scoping_ids_minscoping
Pin 5scoping_ids_maxscoping

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

Plugin: core

Scripting name: None

Full name: None

Internal name: min_max_over_label_fc

License: None

Changelog

  • Version 0.0.0: Initial release.