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 3 Next »

Group

Model Interaction, Parameters
Description

Load the parameters’ values from a file and applies them to the model.

Required Control

Parameter Control
Usage

status = RtlabApi.LoadParameters(pathName, option)

Input
  • pathName: path + name of the file to load.
  • option: see OP_LOAD_FILE_OPTION
Output
  • status: see OP_LOAD_FILE_STATUS
Exception
  • ENOENT: No such file or directory.
  • ENOMEM: Memory allocation error.
  • EIO: Error sending the request or receiving the reply.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
ExamplesNone
Related ItemsSaveParameters
Modulesimport RtlabApi
  • No labels