modelcheckchecks
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.
- color
- The 1-64 color of the entity.
- color_rgb
- The RGB color of the entity.
- checkentity
- The ID of the entity on which the check is to be performed.
- checkvalue
- The user input value for a check run.
- childids
- The IDs of the checks within a folder.
- comments
- The description/details of the check.
- config
- The configuration of the entity.
- correctionids
- The IDs of the auto corrections applicable for the check.
- defaultcorrection
- The default auto correction to be applied to the check.
- definedentity
- True if the entity is defined, false otherwise.
- failedcount
- The number of checks failing for a folder.
- failedids
- The IDs of the entities failing the check.
- failedvalues
- The failed values obtained for each failed ID of the check. Valid for hm_getvalue query only.
- filename
- The file in which the check is defined.
- filterattribute
- The attribute on which the filter is applied.
- filtercriteria
- The criteria for filer value comparison, if any.
- filtersmax
- The number of filters applied on the check.
- filtervalue
- The value of the attribute to be compared.
- functionname
- The name of the function to run to execute the check.
- group
- The folder under which the check is defined.
- 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.
- level
- The level of the check.
- manualcorrection
- The manual correction to be applied on the failed entities of the check.
- name
- The name of the entity.
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- priority
- The order in which the checks are to be performed.
- references
- The references that are to be checked.
- referencesmax
- The number of references that are to be checked in the check run.
- runstatus
- The run status of the check.
- runtime
- The time taken to run the check.
- shortname
- The short name for the check.
- solverkeyword
- The name of the solver keyword.
- status
- The status of the check.
- tclfile
- The file in which the Tcl check function is defined.
- userstatus
- The status of the check as defined by the user. By default it is determined by the run status of the check.
- valueattribute
- The attributes on which the value is considered.
- valuecriteria
- The criteria for the values.
- valuelimit
- The limit of the values to be verified.
- valuesmax
- The number of values to be checked.
Version History
2019
2019.1 - Added new data names failedvalues and userstatus.
2020 - Added new data name color_rgb.
2020.1 - Added new data name solverkeyword.