Versions Compared

Key

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

Group

Connections

Model Preparation

Description

Gets

Get information about IO Interfaces

Required Control

None

Usage

driversInfo

IOsInfo = RtlabApi.GetIOInterfaces(

driverNamePattern

IONamePattern)

(

driver1

IO1,

driver2

IO2, ...) =

driversInfo

IOsInfo

{name, guid, type, subsystem} =

driver1

IO1

Input

driverNamePattern
  • IONamePattern: Optional argument. Filter on

driver
  • IO’s name. Wildcards supported.

Output

driversInfo
  • IOsInfo : a tuple of information for each

driver
  • IO interface.

  • name:

driver
  • IO interface’s name

  • guid: guid

  • type:

driver
  • IO interface type

  • subsystem: subsystem assigned

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