Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Group

Model Interaction, Parameters

Description

Saves

Save 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
  • OpenProject.

Examples

None

Related Items

LoadParameters, LoadParametersDescription

Modules

import RtlabApi