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

Group

Model Preparation
Description

Returns the list of physical nodes in the current hardware configuration. The physical node names are as defined in the hardware.config file.

Required Control

None
Usage

physicalNodeList = RtlabApi.GetPhysNodeList()

Input

None

Output
  • physicalNodeList: Tuple of string with the names of the physical nodes.
Exception
  • E2BIG: Specified storage not big enough to receive values.
  • EBADF: Model not specified by previous lConnect or SetCurrentModel.
  • OP_API_EBAD_CONFIG: Hardware configuration file doesn't exist or no nodes are specified.
  • EIO: Error sending the request or receiving the reply.
ExamplesSee example configuration.
Related ItemsNone
Modulesimport RtlabApi
  • No labels