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

Saves the current parameters’ values to the specified file.

Required Control

None
Usage

RtlabApi.SaveParameters(path, name)

Input
  • path: path of the file to save.
  • name: name of the file to save without extension.

Output

None

Exception
  • ENOENT: No such file or directory.
  • EIO: Error sending the request or receiving the reply.
  • ENOMEM: Memory allocation error.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
ExamplesNone
Related ItemsLoadParameters, LoadParametersDescription
Modulesimport RtlabApi
  • No labels