Versions Compared

Key

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

Group

Model Configuration, Acquisition

Description

Returns

Return 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
  • OpenProject.

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

Examples

None

Related Items

None

Modules

import RtlabApi