Skip to main content

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

InputNameExpected type(s)Description
Pin 1mesh_scopingscopingscoping that defines the set of elements to fetch the property values for. If not specified, applied on all the elements of the mesh.
Pin 3streams_containerstreams_containeroptional if using a dataSources
Pin 4
Required
data_sourcesdata_sourcesoptional if using a streamsContainer
Pin 13
Required
property_namestringproperty 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

OutputNameExpected type(s)Description
Pin 0property_fieldproperty_fieldproperty field

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