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 3 Next »

Group

Utilities
Description

Registers to receive displayed messages during the compilation and/or execution phase of a model.

Please note that you must use the function DisplayInformation to receive messages.

Required Control

N/A.
Usage

RtlabApi.RegisterDisplay(registerType)

Input
  • registerType: Display client register type. See OP_DISPLAY_REG_TYPE.

Output

None

Exception
  • EOK: Success.
  • EINVAL: Bad or invalid model.
  • ENOMEM: Not enough memory for this request.
  • ECHILD: The client is not found in the controller list, not registered.
  • EBADF: Model not specified by previous OpalConnect or OpalSetCurrentModel.
  • EIO: Error sending the request or receiving the reply.
ExamplesSee example compilation.
Related ItemsDisplayInformation, OP_DISPLAY_REG_TYPE.
Modulesimport RtlabApi
  • No labels