@@ -30,10 +30,12 @@ class property_field_provider_by_name(Operator):
3030 Property to read, that can be the following:
3131 elements_connectivity,
3232 nodes_connectivity, material,
33- element_type, mapdl_element_type,
34- mapdl_element_type_id harmonic_index,
35- step, substep, keyopt_i (i = 1 ->
36- 18).
33+ element_type, apdl_section_id,
34+ apdl_real_id, apdl_esys_id,
35+ mapdl_element_type,
36+ mapdl_element_type_id,
37+ harmonic_index, step, substep,
38+ keyopt_i (i = 1 -> 18).
3739
3840 Returns
3941 -------
@@ -127,10 +129,12 @@ def _spec():
127129 document = """Property to read, that can be the following:
128130 elements_connectivity,
129131 nodes_connectivity, material,
130- element_type, mapdl_element_type,
131- mapdl_element_type_id harmonic_index,
132- step, substep, keyopt_i (i = 1 ->
133- 18).""" ,
132+ element_type, apdl_section_id,
133+ apdl_real_id, apdl_esys_id,
134+ mapdl_element_type,
135+ mapdl_element_type_id,
136+ harmonic_index, step, substep,
137+ keyopt_i (i = 1 -> 18).""" ,
134138 ),
135139 },
136140 map_output_pin_spec = {
@@ -290,10 +294,12 @@ def property_name(self):
290294 Property to read, that can be the following:
291295 elements_connectivity,
292296 nodes_connectivity, material,
293- element_type, mapdl_element_type,
294- mapdl_element_type_id harmonic_index,
295- step, substep, keyopt_i (i = 1 ->
296- 18).
297+ element_type, apdl_section_id,
298+ apdl_real_id, apdl_esys_id,
299+ mapdl_element_type,
300+ mapdl_element_type_id,
301+ harmonic_index, step, substep,
302+ keyopt_i (i = 1 -> 18).
297303
298304 Parameters
299305 ----------
0 commit comments