gauge

Unless otherwise specified, data names are accessible in level 3 only.

activesuppressed
Returns non-zero if the entity is set inactive, 0 otherwise.
Type: integer
attributesmax
The number of attributes owned by this entity.
Type: unsigned integer
componentlist
The list of property IDs associated with the designvar (pointer value is property ID).
componentlistmax
The number of properties referenced by the designvar.
Type: integer
config
The configuration of the entity.
103 - Gauge
Type: unsigned integer
configname
The solver keyword for the designvar. Valid for hm_getvalue query only.
Type: string
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
delxv
The move limit of the designvar. If -1, the move limit is unset/blank.
Type: double
designvar_ddval_opt
The option to set Discrete Design Value entity.
0 - No DDVAL
1 - DDVAL ID
Type: integer
designvar_initialvalue_opt
The option to set Initial Value.
0 - Value from property
1 - Initial value
Type: integer
designvar_lowerbound_opt
The option to set Lower Bound value.
0 - Lower bound
1 - Lower bound %
Type: integer
designvar_lowerbound_percent
Valid only when Lower Bound option is 1. Default value is -20.0.
Type: double
designvar_movelimit_opt
The option to set Move Limit value.
0 - Move limit default
1 - Move limit
Type: integer
designvar_upperbound_opt
The option to set Upper Bound value.
0 - Upper bound
1 - Upper bound %
Type: integer
designvar_upperbound_percent
Valid only when Upper Bound option is 1. Default value is 20.0.
Type: double
id
The ID of the entity.
Type: unsigned integer
include
The ID of the include file the entity is organized in.
Type: entity
includeid
The ID of the include file the entity is organized in.
Type: unsigned integer
initialvalue
The initial value of the designvar.
Type: double
internalid
The ID of the entity.
Type: unsigned integer
internalname
The internal name of the entity.
Type: string
lowerbound
The lower bound of the designvar.
Type: double
moduleid
The module ID of the entity.
Type: integer
name
The name of the entity.
Type: string
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise.
Type: integer
poolid
The pool number of the entity.
Type: integer
poolname
The pool name of the entity.
Type: string
propertylist
The list of property IDs associated with the designvar (pointer value is property ID).
solver_id
The solver ID of the entity.
Type: integer
solverkeyword
The name of the solver keyword.
Type: string
solvername
The solver name of the entity for entities enabled for name pool, otherwise the internal name of the entity.
Type: string
type
The ID of the assigned ddval.
Type: integer
upperbound
The upper bound of the designvar.
Type: double

Version History

2020.1 - Added new data name solverkeyword.

2021.1 - Added new data names moduleid, poolid, poolname, and solver_id.

2021.2 - Added new data names internalname and solvername.

2022.3 - Added new data names designvar_ddval_opt, designvar_initialvalue_opt, designvar_lowerbound_opt, designvar_lowerbound_percent, designvar_movelimit_opt, designvar_upperbound_opt, and designvar_upperbound_percent.