Versions Compared

Key

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

Group

Model Preparation

Description

Get the XHP mode option for a list of subsystems of the current model.

Required Control

None

Usage

subsystemNames = (subsystemName1, subsystemName2, ...)

XHPOptions = RtlabApi.GetNodeXHP (subsystemNames)

Input

  • subsystemNames: Tuple of the subsystem names.

Output

  • XHPOptions: Tuple of boolean values showing the XHP mode for the corresponding

subystem
  • subsystems. FALSE (0) means subsystem will not run in XHP mode. TRUE (1) means the subsystem will run in XHP mode.

Exception

  • EOK: Success.

  • EPERM: System control had not been granted to this client.

  • EBADF: Model not specified by previous Connect or SetCurrentModel.

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

  • ENOENT: Invalid subsystem name found in subsysName list parameter.

  • EINVAL: Unable to change the node mapping because of the model state.

Examples

None

Related Items

SetNodeXHP

Modules

import RtlabApi