Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Group

Model Interaction, Monitoring

Description

Provides

Provide 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.

Examples

See example snapshot.

Related Items

GetMonitorignControl, GetMonitoringValues, Snapshot

Modules

import RtlabApi