model_export_structure
Export a model's complete structure to one JSON file for knowledge capture and build verification, including DUT DPAR values, setup inputs/outputs, transforms, equations, and optimizer configuration.
Instructions
Export a model's full structure to one JSON file in a single call: per DUT the DPAR values; per setup the inputs, outputs, setup variables, and every transform in order (PEL/Python program text, equation expressions, derivative sources with X/Y Data and Order, complete optimizer configuration with targets, parameter tables, and options). Replaces thousands of per-field tablevar_get calls for knowledge capture and build verification. file_path follows the workspace path policy (see ICCAP_MCP_WORKSPACE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Destination JSON file path; must be inside the MCP workspace unless ICCAP_MCP_ALLOW_EXTERNAL_FILES is set | |
| model_path | Yes | Model path, e.g. '/model_name' |