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 Interaction, Parameters
Description

Change the value of one or more RT-LAB parameters in the model.

Required Control

Parameter Control
Usage

parameterTuple1 = (parameterId1, value1)

parameterTuple2 = (parameterId1, value1)

...

parametersInfo = (parameterTuple1, parameterTuple2, ...)

RtlabApi.SetParameters( parametersTuple )

Input
  • parametersInfo: Information about parameters to set. Tuple containing one tuple per parameter, each containing: parameter id and value.

Output

None

Exception
  • EOK: Success.
  • EPERM: Parameter control had not been granted to this client.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
  • ENOEXEC: Model is not loaded.
  • EINVAL: No parameter to set or invalid parameter id.
  • E2BIG: Too many parameters or values to modify.
  • ENOMEM: Memory allocation error.
  • ENOENT: Cannot open parameter file or parameter id not found.
  • EIO: Error sending the request or receiving the reply.
  • OP_API_MODEL_IO_TIMEOUT: Timed out waiting for reply from model.
  • OP_API_MODEL_IO_ERROR: Model is missing some or all processes or subsystems.
ExamplesSee example parameter1.
Related ItemsGetAllParamaters, GetParameterControl, GetParameters
Modulesimport RtlabApi
  • No labels