parameters
Unless otherwise specified, data names are accessible in level 3 only.
- activesuppressed
- Returns non-zero if the entity is set inactive, 0 otherwise.
- attributesmax
- The number of attributes owned by this entity.
- cardimage
- The name of the assigned card image.
- cardimagetype
- The type of the assigned card image.
- config
- The configuration of the entity.
- definedentity
- True if the entity is defined, false otherwise.
- discrete_dv
- The list of discrete values. This is valid when usage is 5.
- discrete_dv_count
- The number of discrete values. This is valid when usage is 5.
- dvlink
- The design variable linking one parameter to another.
- dvmode
- The design variable type. Valid values are Continuous, Discrete, Categorical.
- formulalist
- The list of entities parameterized in a formula list. Returns [entity_type addition_type clause_type entity_ids].
- id
- The ID of the entity.
- include
- The ID of the include file the entity is organized in.
- includeid
- The ID of the include file the entity is organized in.
- internalid
- The ID of the entity.
- isactive
- Indicates whether dvlink is active or not.
- localname
- The visible name visible for local parameters. This name may be duplicated for local parameter across different includes. Valid only for LS-DYNA.
- name
- The name of the entity.
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- parameter_opti_allowables_double
- The values equal to the number defined. This is applicable when usage is 3 and type is 0.
- parameter_opti_allowables_double_count
- The number of allowable double values. This is applicable when usage is 3 and type is 0.
- parameter_opti_allowables_int
- The values equal to the number defined. This is applicable when usage is 3 and type is 1.
- parameter_opti_allowables_int_count
- The number of allowable integer values. This is applicable when usage is 3 and type is 1.
- qualifierlist
- The list of attributes/datanames parameterized. Returns [entity_type attribute_number row_index column_index].
- range_double_lower
- The lower range of double value. This is applicable when when usage is 4 and type is 0.
- range_double_upper
- The upper range of double value. This is applicable when when usage is 4 and type is 0.
- range_int_levels
- The integer value for the of levels between the lower and upper range. This is applicable when when usage is 4 and type is 0 or 1.
- range_int_lower
- The lower range of integer value. This is applicable when when usage is 4 and type is 1.
- range_int_upper
- The upper range of integer value. This is applicable when when usage is 4 and type is 1.
- solverkeyword
- The name of the solver keyword.
- type
- The solver dependent type code for the entity.
- usage
- The usage of the entity.
- 0 - General
- 3 - Discrete
- 4 - Continuous
- 5 - Design variable
- usesexpression
- True if expression is used, otherwise false. Valid for hm_getvalue query only.
- valueexpression
- The value of a parameter when when type is 3 or 4.
- valuedouble
- The value of a parameter when type is 0.
- valueint
- The value of a parameter when type is 1.
- valuestring
- The value of a parameter when type is 2.
- varname
- The variable name when usage is 5.
Version History
2019 - Added new data name localname.
2019.1 - Added new config value 6 and usage value 5. Added new data names dvlink, isactive and varname.
2020 - Added new data names discrete_dv, discrete_dv_count and dvmode.