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 Configuration, Acquisition
Description

Returns the number of fixed signals for the specified acquisition group.

Required Control

None
Usage

numSigValues = RtlabApi.GetNumSignalsForGroup(acqGroup)

Input
  • acqGroup: Acquisition group (numbering starts at 0).
Output
  • numSigValues: Number of fixed signal values assigned to the specified acquisition group.
Exception
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
  • EIO: Error sending the request or receiving the reply.
  • EINVAL: Specified acquisition group is invalid or not active (does not exist on target).
  • ENOMEM: Memory allocation error.
ExamplesNone
Related ItemsNone
Modulesimport RtlabApi
  • No labels