setup_create
Creates a new Setup object in an IC-CAP project at a specified path, with optional overwrite of an existing Setup when explicitly enabled.
Instructions
Create a Setup object. Set overwrite=true explicitly to replace an existing Setup. Ordering: Transforms may be created before or after setup_import_mdm — both orders are supported (live-verified 2026-09-02: derivative, Optimize, and PythonLocal transforms created after import, no hangs). Importing data before creating program transforms lets their UPDATE_AUTO auto-execution run against real data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | Delete and replace an existing Setup only when explicitly enabled | |
| setup_path | Yes | Setup path, e.g. '/model/dut/setup_name' | |
| allow_without_checkpoint | No | Proceed only if an automatic pre-overwrite save fails; use with care |