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

« Previous Version 2 Next »

Group

Model selection
Description

Returns the number of days remaining before the RT-Lab license expires. (deprecated) Always return -1.

Required Control

None
Usage

nbDays = RtlabApi.GetRtlabLicenseExpirationDate()

Input

None

Output
  • nbDays: Number of days before the license expires. (deprecated). Always return -1.
Exception
  • EOK: Success.
  • OP_API_ENO_LICENSE: License not available.
ExamplesNone
Related ItemsNone
Modulesimport RtlabApi
  • No labels