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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Group

Connections
Description

Gets all datapoints belong to one or several drivers.

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
ExamplesNone
Related ItemsNone
Modulesimport RtlabApi
  • No labels