ddvals

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
configname
The solver name of the entity. Valid for hm_getvalue query only.
Type: string
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
ddrangemax
The total number of discrete value ranges.
Type: unsigned integer
ddvaluesmax
The total number of discrete values.
Type: unsigned integer
drangefrom
The list of discrete value from-ranges.
Type: double array
drangeinc
The list of discrete value range increments.
Type: double array
drangeto
The list of discrete value to-ranges.
Type: double array
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
name
The name of the entity.
Type: string
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise.
Type: integer
rangeindex
A pointer to the discrete value increments (pointer value is discrete value increment).
rangeindexmax
The number of discrete values.
Type: integer
solverkeyword
The name of the solver keyword.
Type: string
values
A pointer to the discrete values (pointer value is discrete value).
valuesdouble
The list of discrete values.
Type: double array
valuesmax
The number of discrete values.
Type: integer

Version History

2020.1 - Added new data names ddrangemax, ddvaluesmax, drangefrom, drangeing, drangeto, solverkeyword and valuesdouble.