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 »


Please see Using Aliases in RT-LAB for the main article.

This page discusses the 2017() methods that were added to the RT-LAB Aliases (Python API calls).



In 2017, new copies of the standard aliases (see Note above) were added to RT-LAB.

These were:

  • CreateAlias2017()
  • GetAliasDescription2017()
  • GetValueByAlias2017()
  • LoadAlias2017()
  • LoadAliasDescription2017()
  • RemoveAlias2017()
  • RenameAlias2017()
  • SaveAlias2017()
  • SetValueByAlias2017()

The above work identically, in syntax and method, to their correspondingly named counterparts without the '2017()' suffix. They may support later versions of Python but are implemented identically.

The only difference is that the non-2017() aliases were maintained for backwards compatibility with TestDrive 2.8.

Thus:

  • Users concerned with backwards compatibility with TestDrive 2.8 should use the non-2017() functions.
  • Users who are not concerned with this should use the 2017() functions.



  • No labels