Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

GetConnectionPointsForIO

Group

Model Preparation

Description

Get all data points belonging to one or several 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 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

OPAL-RT TECHNOLOGIES, Inc. | 1751, rue Richardson, bureau 1060 | Montréal, Québec Canada H3K 1G6 | opal-rt.com | +1 514-935-2323