Versions Compared

Key

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

Group

Acquisition

Description

This function provides

Provide a method to select the dynamic signals to be acquired

Required Control

Acquisition Control

Usage

numSigIdStruct= (sig1Id, sig1Element, sig2Id, sig2Element, ...)

RtlabApi.SetDynSignalListForGroup(AcqGroup, numSigIdStruct)

Input

  • AcqGroup: The acquisition group numeral to which signals are added.

  • numSigIdStruct: Tuple of the signals IDs and their corresponding signal-element that can be acquired.

Output

none

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.

Examples

Refer to API →

See the example Dynamic_acq

example

.

Related Items

none

None

Modules

import RtlabApi