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 4 Next »

Group

Connections
Description

Gets information about IO Interfaces

Required Control

None
Usage

driversInfo = RtlabApi.GetIOInterfaces(driverNamePattern)

(driver1, driver2, ...) = driversInfo

{name, guid, type, subsystem} = driver1

Input
  • driverNamePattern: Optional argument. Filter on driver name. Wildcards supported.
Output
  • driversInfo: a tuple of information for each driver.
  • name: driver name
  • guid: guid
  • type: driver 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
ExamplesNone
Related ItemsNone
Modulesimport RtlabApi
  • No labels