Subroutines
-
TypetextScopespecific (must be attached to a declaration)NoteThe value is used in place of the entity name where appropriate in the UI.
-
TypetextScopeglobal (not attached to any declaration)NoteThe version of the data within the app.
-
TypebooleanDefault valuetrueValuestrueIf true then the default sort is appliedfalseIf false then no default sort is appliedScopespecific (must be attached to a declaration)NoteIf set to true then a default sort will be applied.
-
TypetextScopespecific (must be attached to a declaration)NoteA string value providing a description of the entity
-
Category for user execution mode definitions.
-
Placeholder for a user-defined execution mode nameNote'UserExecMode' must be a valid Mosel identifier (alphanumeric characters only, starting with a letter).
-
TypetextNoteA string value specifying the preferred service to use.
-
TypebooleanNoteA boolean value indicating whether this execution mode loads data directly from the model.
-
TypetextNoteA string value used to provide a description for the execution mode.
-
TypeintegerDefault valueunlimitedNoteAn integer defining the available threads for this execution mode. If unspecified, defaults to unlimited number of threads.
-
TypetextScopespecific (must be attached to a declaration)NoteThe string value is taken as a formatting string.
-
TypetextDefault valuefalseValuesalwaysindicates that the UI should hide the entity alwaysfalseindicates that the UI should show the entity where appropriatetrueindicates that the UI should hide the entity where appropriateScopespecific (must be attached to a declaration)NoteIf true, indicates that the UI should hide the entity where appropriate.See also
-
TypetextDefault valuedefaultValuesdefaultEntity is included in the input data if the model declares it as of basic type, and is included in the result data if the model declares it as of mp-type.ignoreExcluded from the schemainputIncluded in the scenario input data.resultIncluded in the scenario results dataScopespecific (must be attached to a declaration)NoteDefines how the system manages the entity data.See also
-
TypetextScopespecific (must be attached to a declaration)NoteSpecifies that the set entity should not be finalized during insightpopulate, regardless of the entity's properties in the Insight schema. This would usually be used if you needed to add additional values to a previously-finalized set following a model upgrade.See also
-
TypebooleanDefault valuefalseScopespecific (must be attached to a declaration)NoteSpecifies that the value(s) of the entity cannot be modified.See also
-
TypetextDefault valueon-changeValueson-changeDelete scenario result data when the scenario input-data is edited, or when scenario is queued for execution.on-executeDelete scenario result data when scenario starts to execute.on-queueDelete scenario result data when scenario is queued for execution.Scopeglobal (not attached to any declaration)NoteResults data is deleted when a certain state change occurs for the scenario. This attribute identifies this state change as either whevever a scenario is modified, when it is queued, or when it begins execution.See also
-
Category for scenario type definitions - reserved for internal use.
-
TypetextScopespecific (must be attached to a declaration)NoteThe value is the name of the entity. The type of the index set of the labels entity much match the data type of this entity. The data type of the labels entity can be any primitive type.
-
How the data should be sorted.TypetextValueslabelThe data will be sorted by labelvalueThe data will be sorted by valueScopespecific (must be attached to a declaration)NoteThe value can be either value or label to sort by either the underlying value or the label.
-
TypetextScopespecific (must be attached to a declaration)NoteThe value is the unit used to describe the entity.
-
Category for unit definitions.
-
Placeholder for a user-defined unit name.Note'UserUnitId' must be a valid Mosel indentifier (alphanumeric characters only, starting with a letter).
-
TypetextNoteA string value specifying an abbreviation for the unit.
-
TypetextNoteA string value specifying the name of the unit.
-
Placeholder for a user-defined unit name.Note'UserUnitId2' must be a valid Mosel indentifier (alphanumeric characters only, starting with a letter).
-
TypetextNoteString value specifying the entity name to be used for converting the unit 'UserUnitId' to 'UserUnitId2'.
-
TyperealNoteDouble value specifying the factor to be applied for converting the unit 'UserUnitId' to 'UserUnitId2'.
-
TyperealDefault value0NoteDouble value specifying the offset to be used when converting the unit 'UserUnitId' to 'UserUnitId2'.
-
TyperealDefault value1NoteDouble value specifying any scaling to be applied for converting the unit 'UserUnitId' to 'UserUnitId2'.
-
TypebooleanDefault valuefalseScopespecific (must be attached to a declaration)NoteIf true the value of the entity is updated to correspond with the model entity after execution.
insightadditeminfo |
Adds the given iteminfo record to the set of item infos that are used in test mode.
|
insightcleariteminfos |
Removes any insightiteminfo records previously added
|
insightsetappid |
Sets the value to use for the application ID during a test.
|
insightsetappname |
Sets the value to use for the application name during a test.
|
insightsetattachrules |
Sets the 'rules' used to validate attachments and attachment meta-data.
|
insightsetattachtags |
Sets the list of tags that can be used in attachments
|
insightsetcbpopulate |
Sets the name of a procedure to be called when populating scenario data
|
insightsetmode |
Sets the value to use for the Insight execution mode during a test
|
insightsettestappattachdir |
Sets the path to use for the attachments directory of the current app
|
insightsettestscenattachdir |
Sets the path to use for the attachments directory of the current scenario
|
insightsetusername |
Sets the value to use for the Insight user name during a test.
|