Function: create_desc
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Creates data of the aclmdlDesc type as a model description.
To destroy data of the aclmdlDesc type, call acl.mdl.destroy_desc.
Prototype
- C Prototype
1aclmdlDesc* aclmdlCreateDesc()
- Python Function
1desc = acl.mdl.create_desc()
Parameters
None
Returns
Return Value |
Description |
|---|---|
desc |
Int, address of an object of the aclmdlDesc type. |
Parent topic: aclmdlDesc