Versions Compared

Key

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

Group

Model Execution

Description

Execute one step of the currently connected model.

Required Control

System control.

Usage

RtlabApi.SingleStep()

Input

None

Output

None

Exception

  • EOK: Success.

  • ENOMEM: System control was not granted to this client.

  • EPERM: Signal control was not granted to this client.

  • EINVAL: System not loaded.

  • EBADF: Model not specified by previous Connect or

SetCurrentModel
  • OpenProject.

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

  • OP_API_MODEL_IO_TIMEOUT: Timed out waiting for a reply from the model.

  • OP_API_MODEL_IO_ERROR: Model is missing some or all processes or subsystems.

Examples

None

Related Items

Execute, Pause.

Modules

import RtlabApi