desvarlinks

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
c0
The value of the constant used in DLINK.
Type: double
cmult
The value of the constant multiplier used in DLINK.
Type: double
coeff
A pointer to the coefficients of independent design variables contained in the desvarlink.
Type: pointer
configname
The solver keyword for the entity. Valid values are 1 and 2.
Type: string
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
desvarid
The ID of the dependent design variable.
Type: integer
desvarlist
A pointer to the list of independent design variable IDs contained in the desvarlink.
Type: pointer
desvarlistmax
The number of independent design variables in the desvarlink.
Type: integer
functionid
The ID of the optimization equation.
Type: integer
functype
The type of the pre-defined function used to create the desvarlink. Valid values are:
0 - none
1 - SUM
2 - AVG
3 - SSQ
4 - RSS
5 - MAX
6 - MIN
7 - AVGABS
8 - MAXABS
9 - MINABS
10 - SUMABS
Type: integer
functypename
The name of the pre-defined function used to create the desvarlink. Valid for hm_getvalue query only.
Type: string
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
internalid
The ID of the entity.
Type: unsigned integer
internalname
The internal name of the entity.
Type: string
markertype
The marker type used to indicate points on the curve.
Type: integer
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
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
tableentrylist
A pointer to the list of table entry IDs contained in the desvarlink.
Type: pointer
tableentrylistmax
The number of table entries in the desvarlink.
Type: integer

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.