Group | Utilities |
---|---|
Description |
Create a package (zip) ready to be deployed on a target for executing the current model using python API. The project must be first open (cf. OpenProject) and loadable before calling this function. | |
Required Control | System control (OP_FB_SYSTEM) |
---|---|
Usage | RtlabApi.CreatePackage(absoluteFilePathName, targetPlatform) |
Input |
|
Output | None |
Exception |
|
Examples | RtlabApi.OpenProject('rtdemo1') RtlabApi.CreatePackage('C:\Temp\package_rtdemo1.zip', RtlabApi.REDHAWK64_TARGET) |
Related Items | OpenProject, OP_TARGET_PLATFORM |
Modules | import RtlabApi |