metadata:property field provider by property name
Version: 0.0.0
Description
Provides the property values for a set of elements for a defined property name.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 | mesh_scoping | scoping | scoping that defines the set of elements to fetch the property values for. If not specified, applied on all the elements of the mesh. |
| Pin 3 | streams_container | streams_container | optional if using a dataSources |
| Pin 4 Required | data_sources | data_sources | optional if using a streamsContainer |
| Pin 13 Required | property_name | string | property to read, that can be the following: elements_connectivity, nodes_connectivity, material, element_type, apdl_section_id, apdl_real_id, apdl_esys_id, mapdl_element_type, mapdl_element_type_id, harmonic_index, step, substep, keyopt_i (i = 1 -> 18). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | property_field | property_field | property field |
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: metadata
Plugin: core
Scripting name: property_field_provider_by_name
Full name: metadata.property_field_provider_by_name
Internal name: property_field_provider_by_name
License: None
Changelog
- Version 0.0.0: Initial release.