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

Group

Model selection
Description

The specified handle must have been obtained from GetConnHandle or NewConnHandle.

The specified connection is deleted. If connected, it is disconnected before deleting.

Required Control

None
Usage

RtlabApi.DeleteConnHandle(handle)

Input
  • handle: handle of a connection.
  • referencePath: Absolute path of the parameter or signal referenced by the alias. This path must exist in the model.
Output

None

Exception
  • EOK: Success.
  • ENOMEM: memory allocation error.
  • E2BIG: too many open connections for this process.
ExamplesSee multi_models
Related ItemsNewConnHandle, GetConnHandle, SetConnHandle.
Modulesimport RtlabApi
  • No labels