Skip to main content

logic:elementary data selector (field)

Version: 0.0.0

Description

Creates a scalar/vector field based on the selected elementary data.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldfield, fields_container
Pin 1
Required
elementary_data_indexint32, vector<int32>One or several elementary data index that will be extracted from the initial field. For field with nature matrix, this is the line indices to extract.
Pin 2default_valuedoubleSet a default value for elementary data that do not exist.
Pin 3elementary_data_index_2int32, vector<int32>For field with nature matrix, this is the column indices to extract.

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfield

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

Plugin: core

Scripting name: elementary_data_selector

Full name: logic.elementary_data_selector

Internal name: elementary_data_selector

License: None

Changelog

  • Version 0.0.0: Initial release.