Function: destroy_aipp
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
x |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Destroys data of the aclmdlAIPP type created by the acl.mdl.create_aipp call.
Prototype
- C Prototype
1aclError aclmdlDestroyAIPP(const aclmdlAIPP *aippParmsSet)
- Python Function
1ret = acl.mdl.destroy_aipp(aipp_parms_set)
Parameters
|
Parameter |
Description |
|---|---|
|
aipp_parms_set |
Int, pointer address of the aclmdlAIPP data object to be destroyed. |
Parent topic: aclmdlAIPP