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 Execution
Description

Sets the value of the pausetime. This value could be set whether the model is executed or not. If the model is executed and the pausetime is set to a time that has been already reached, the model will pause immediately.

Required Control

System Control
Usage

RtlabApi.SetPauseTime(time)

Input
  • time: Pause time in seconds.

Output

None

Exception
  • EOK: Success.
  • EPERM: Parameter control had not been granted to this client.
  • EINVAL: Invalid time.
  • EBADF: Model not specified by previous OpalConnect or OpalSetCurrentModel.
  • EIO: Error sending the request or receiving the reply.
ExamplesNone
Related ItemsGetPauseTime.
Modulesimport RtlabApi
  • No labels