Versions Compared

Key

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

Group

Utilities

Description

Registers

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

Info

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

Required Control

N/A.

None

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
  • Connect or

OpalSetCurrentModel
  • OpenProject.

  • EIO: Error sending the request or receiving the reply.

Examples

See example compilation.

Related Items

DisplayInformation, OP_DISPLAY_REG_TYPE.

Modules

import RtlabApi