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 Interaction, Monitoring
Description

Provides the information on all the probes attached to the currently connected model.

Required Control

Monitoring Control
Usage

monitoring_Infos = RtlabApi.GetMonitoringInfos (logicalId)

Input
  • logicalId: See Glossary. To specify all subsystem, set the logicalId to 0.
Output
  • monitoring_Infos: Tuple containing nTotalProbes, nRtlabProbes, cpuSpeed and tuple with each probe's id & name.
Exception
  • EOK: Success.
  • EINVAL: Invalid acquisition group or the group is not active on target.
  • ENOEXEC: Model is not loaded.
  • ENOMEM: Memory allocation error.
ExamplesSee example snapshot.
Related ItemsGetMonitorignControl, GetMonitoringValues, Snapshot
Modulesimport RtlabApi
  • No labels