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 time factor. When in real-time mode, the execution rate is the model's sampling rate times the time factor.

Required Control

System Control

Usage

RtlabApi.SetTimeFactor(timeFactor)

Input
  • timeFactor: See Glossary.

Output

None

Exception
  • EPERM: System control had not been granted to this client.
  • EINVAL: Invalid time factor.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
  • EIO: Error sending the request or receiving the reply.
  • EFAULT: Warning: Time factor differs from 1.0.
ExamplesNone
Related ItemsExecute, GetTimeInfo.
Modulesimport RtlabApi
  • No labels