Versions Compared

Key

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

Group

Model Preparation

Description

When RT-LAB user interface is not launched, this function starts the controller process in charge of managing the different targets defined in the global configuration (hardware.config file).

Required Control

None

Usage

RtlabApi.OpenGlobalConfiguration()

Input

None

Output

None

Return value

  • EOK: Success.

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

Examples

import RtlabApi

RtlabApi.OpenGlobalConfiguration()

physNodeList = RtlabApi.GetPhysNodeList()

RtlabApi.CloseProject()

Related items

GetPhysNodeList, CloseProject

Modules

import RtlabApi