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

Group

Model Interaction, Monitoring
Description

Provides the values of various probe parameters for each probe attached to the currently connected model. 

Required Control

None
Usage

monitoring_vals=  RtlabApi.GetMonitoringValues ( )

Input

None

Output
  • monitoring_vals: Tuple containing nProbes, timeStep-value, endOfFrame-value and a tuple with each probe's id, subSystemID, start_time, stop_time,  duration, minDuration, maxDuration, meanValue
Exception
  • EOK: Success.
  • EIO: Error sending the request or receiving the reply.
  • 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 ItemsSnapshot
Modulesimport RtlabApi
  • No labels