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 3 Next »

Group

Model Configuration, Acquisition
Description

Rearm the Trigger for a given Acquisition Group

Required Control

Acquisition Control
Usage

RearmAsyncAcq(AcqGroup)

Input
  • AcqGroup: Acquisition group to rearm.

Output

None

Exception
  • EOK: Success.
  • EPERM: Acquisition control for the specified group had not been granted to this client.
  • EINVAL: Invalid acquisition group.
  • EACCES: Error saving parameters to .probe file.
  • EBADF: Model not specified by previous OpalConnect or OpalSetCurrentModel.
  • EIO: Error sending the request or receiving the reply.
  • OP_API_MODEL_IO_TIMEOUT: Timed out waiting for reply from model.
  • OP_API_MODEL_IO_ERROR: Model is missing some or all processes or subsystems.
ExamplesNone
Related ItemsSetAsyncAcqOpts
Modulesimport RtlabApi
  • No labels