Versions Compared

Key

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

Group

Model Interaction, Monitoring

Description

Provides

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

Examples

See example snapshot.

Related Items

Snapshot

Modules

import RtlabApi