Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Description | Defines the tuple of information for an alias. |
---|
Usage | - aliasInfo = (aliasName, referencePath, refType, readOnly, exist, newAlias )
|
---|
Elements | - aliasName: Alias' name.
- referencePath: Absolute path of the parameter or signal referenced by the alias. This path must exist in the model.
- referenceType: See OP_OBJECT_TYPE.
- readOnly: Boolean: true means that the alias is read-only (cannot modify the value of the reference)
- exist: See OP_SEARCH_RESULTS. This field is only set when the structure is obtained from the OpalLoadAliasDescription function.
- newAlias: Alias name of the new estimated alias if the alias doesn't exist in the current model. This field is only set when the structure is obtained from the OpalLoadAliasDescription function.
|
---|
Examples | None |
---|
Related Items | GetAliasDescription, LoadAliasDescription, OP_SEARCH_RESULTS, OP_OBJECT_TYPE. |
---|
Modules | import RtlabApi |
---|