Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

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 »

DescriptionDefines 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.
 ExamplesNone
Related ItemsGetAliasDescription, LoadAliasDescription, OP_SEARCH_RESULTS, OP_OBJECT_TYPE.
Modulesimport RtlabApi
  • No labels