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, Original Model
Description

Closes the original Simulink model (block diagram) of the currently connected model.

Please note that this function is only available on Windows and Linux operating system when the model is a Simulink model.

Required Control

None
Usage

RtlabApi.ResetOriginalModel()

Input

None

Output

None

Exception
  • EOK: Success.
  • EBADF: model not specified by previous Connect or SetCurrentMode
  • EINVAL: not a Simulink model.
  • EIO: Error sending the request or receiving the reply.
  • ENOENT: the model path and/or name is NULL.
ExamplesNone
Related ItemsLoadOriginalModel, IsOriginalModelOpen
Modulesimport RtlabApi
  • No labels