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 5 Current »

Group

Model Preparation

Description

Get information about IO Interfaces

Required Control

None

Usage

IOsInfo = RtlabApi.GetIOInterfaces(IONamePattern)

(IO1, IO2, ...) = IOsInfo

{name, guid, type, subsystem} = IO1

Input

  • IONamePattern: Optional argument. Filter on IO’s name. Wildcards supported.

Output

  • IOsInfo : a tuple of information for each IO interface.

  • name: IO interface’s name

  • guid: guid

  • type: 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


  • No labels