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 »

Group

Model Interaction, Parameters
Description

Returns the set of information of parameters for the current model.

Required Control

None
Usage

parametersInfo = RtlabApi.GetParametersDescription ()
(parameterInfo1, parameterInfo2, ...) = parametersInfo
(id, path, name, variableName, value) = parameterInfo1

Input

None

Output
  • parametersInfo: A tuple of tuple of information for each parameters.
  • id: Id of the parameter.
  • path: Path of the parameter.
  • name: Name of the parameter.
  • variableName: Name of the variable associated with the parameter. May be an empty string.
  • value: Value of the parameter.
Exception
  • ENOMEM: Memory allocation error.
  • EIO: Error sending the request or receiving the reply.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
ExamplesSee example Parameter1.
Related ItemsNone
Modulesimport RtlabApi
  • No labels