Versions Compared

Key

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

Group

Connections

Model Preparation

Description

Gets all datapoints belong

Get all data points belonging to one or several

drivers

IO interfaces.

Required Control

None

Usage

datapointsInfo = RtlabApi.GetConnectionPointsForIO(ioName, includeFilter, excludeFilter)

(datapoint1, datapoint2, ...) = datapointsInfo

{'class', 'path', 'direction', ...} = datapoint1

Input

  • ioName: Optional argument. IO name. Wildcards supported.

  • includeFilter: Optional argument. Include filter on datapoint name.

  • excludeFilter: Optional argument. Exclude filter on datapoint name.

Output

  • class: Datapoint type, should

be 
  • be OP_TYPE_IO

  • path: Datapoint path.

  • type: Type. May be an empty string

  • direction: Direction. May be an empty string

  • uiName: UI name. May be an empty string

Exception

  • ENOMEM: Memory allocation error.

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

  • EBADF: Project not specified by previous OpenProject

Examples

None

Related Items

None

Modules

import RtlabApi