Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
system_variables [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== System Variables ===== | ||
| - | // | ||
| - | |||
| - | The following are system variables. Do not use the same name for your user variable or data set name. | ||
| - | |||
| - | * AUTVersion: AUT version | ||
| - | * curStateID: current state | ||
| - | * curStateTravCount: | ||
| - | * curTransEvent: | ||
| - | * curTransTravCount: | ||
| - | * curTransTags: | ||
| - | * exceptionNum: | ||
| - | * mCaseExecNum: | ||
| - | * mCaseName: name of current mCase being executed. | ||
| - | * modelName: name of the model currently open | ||
| - | * modelRelativePath: | ||
| - | * modelAbsolutePath: | ||
| - | * modelDesc: model description | ||
| - | * modelVersion: | ||
| - | * prevStateID: | ||
| - | * prevTransEvent: | ||
| - | * seqNum: generated sequence number (starting at 1). | ||
| - | * tagVersion: Version number of the requirement/ | ||
| - | * targetStateID: | ||
| - | * threadID: virtual user thread number. | ||
| - | |||
| - | For a complete list of system vars supported, please click [[http:// | ||
| - | |||
| - | System variables are retrieved by " | ||
| - | |||
| - | <log msg=" | ||
| - | |||
| - | System variables can be retrieved using token syntax. For example: | ||
| - | |||
| - | <log msg=" | ||
| - | |||
| - | Please be aware that there is a little overhead in using token syntax. | ||