ATML Pad Plug-in Modules
End users can develop custom plug-in modules to:
- Import data from custom formats
- Multiple importers can aggregate data from multiple sources (design data, simulation, diagnostic analysis)
- Custom importers can extract test requirements from legacy code
- Export data to custom formats
- Including automatic code generation for custom test languages
- Process data "in place"
- Example: automatic design verification (check that specific data items exist)
- Example: reorder tests to reduce average test execution time
The plug-ins are created in C# and use the ATML Pad API to access ATML data. Documentation
and sample code are available.