math:accumulation per scoping
Version: 0.0.0
Description
This operator calculates the sum and the percentage of total sum of the input fields container for each scoping of the scopings container.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | |
| Pin 1 | mesh_scoping | scoping | Master scoping. All scopings in the Scopings Container will be intersected with this scoping. |
| Pin 3 Required | streams_container | streams_container | |
| Pin 4 Required | data_sources | data_sources | |
| Pin 5 Required | scopings_container | scopings_container | The intersection between the of the first will be used. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | accumulation_per_scoping | fields_container | |
| Pin 1 | accumulation_per_scoping_percentage | fields_container |
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: math
Plugin: core
Scripting name: accumulation_per_scoping
Full name: math.accumulation_per_scoping
Internal name: accumulation_per_scoping
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.