Function: create_exec_config_handle

C Prototype

aclmdlExecConfigHandle *aclmdlCreateExecConfigHandle()

Python Function

handle = acl.mdl.create_exec_config_handle()

Function Usage

Creates data of the aclmdlExecConfigHandle type, indicating the pointer address to the configuration object executed by the model.

To destroy data of the aclmdlExecConfigHandle type, call Function: destroy_exec_config_handle.

Input Description

None

Return Value

handle: int, pointer address of the aclmdlExecConfigHandle type.

  • If a non-zero value is returned, the operation is successful.
  • If 0 is returned, the operation fails.