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

Acquisition
Description

This function sets the maximum number of values that can be read within all dynamic signals

Required ControlAcquisition Control
UsageRtlabApi.SetMaxDynSignalForGroup(AcqGroup, nDynSig)
Input
  • AcqGroup: The acquisition group numeral to which signals are added.
  • nDynSig: The maximum number of dynamic signals that can be acquired.
Output

none

Exceptions
  • EOK: Success.
  • ENOMEM: Memory allocation error.
  • EINVAL: invalid acquisition group or the group is not active on target.
  • EIO: Error sending the request or receiving the reply.
ExamplesRefer to API → Dynamic_acq example
Related Itemsnone
Modulesimport RtlabApi
  • No labels