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

Utilities
Description

Checks if the specified target is connected to the network. If the target is up, try to connect to the RT-LAB daemon (OpalD) running on the target. This daemon is required in order to compile and load a model on this target.

Required Control

None
Usage

RtlabApi.Ping(target)

Input
  • target: target to be ping. It can be an RT-LAB physical node name or an IP address.

Output

None

Exception
  • ENOMEM: Not enough memory to complete the operation
  • EFAULT: Could not reach the target or daemon.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
ExamplesNone
Related ItemsNone
Modulesimport RtlabApi
  • No labels