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 4 Current »

Group

Model Interaction, Parameters
Description

Returns the values for the specified list of scalar parameters.

Required Control

None
Usage

parameterNames = (parameterName1, parameterName2, ...)
parameterValues = RtlabApi.GetParametersByName ( parameterNames )
(parameterValue1, parameterValue2,...) = parameterValues

Input
  • parameterNames: Tuple of parameters’ name.
Output
  • parameterValues: List of parameters’ values.
Exception
  • EOK: Success.
  • ENOMEM: Memory allocation error.
  • EIO: Error sending the request or receiving the reply.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
ExamplesParameter1.
Related ItemsSetParametersByName
Modulesimport RtlabApi
  • No labels