Initializing help system before first use

Types

insightschemaentity  : record
a record containing information about a single entity in the Insight app schema
name  : string
entity name
valuetype  : string
entity value type (INSIGHT_ENTITY_TYPE_INT, _REAL, _BOOL, _STRING, _MPVAR or _LINCTR)
structtype  : string
entity structure type (INSIGHT_ENTITY_TYPE_SCALAR, _SET or _ARRAY)
indexsets  : list of string
list of names of array index set entities (if array)
isinput  : boolean
whether entity is captured as part of scenario input data
isresult  : boolean
whether entity is captured as part of scenario result data
isupdated  : boolean
whether entity in scenario input data is updated at end of model
isautofinal  : boolean
whether entity is automatically finalized after being injected
See also