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

Requests or releases the parameter control of the currently connected model. Parameter control allows the client API to change the values of models's parameters. Only one client API at a time is granted parameter control.

Required Control

None
Usage

GetParameterControl(parameterControl)

Input
  • parameterControl: True(1) to request control of model parameters, False(0) to release control.
Output

None

Exception
  • EOK: Success.
  • ENOMEM: Memory allocation error.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
  • EPERM: Could not get parameters control.
  • EIO: Error sending the request or receiving the reply.
ExamplesSee example parameter1.
Related ItemsSetParameters, SetParametersByName
Modulesimport RtlabApi
  • No labels