dut_create
Create a Device Under Test (DUT) object in IC-CAP projects, providing a structured device definition. Explicitly enable overwrite to replace an existing DUT.
Instructions
Create a DUT (Device Under Test) object. Set overwrite=true explicitly to replace an existing DUT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dut_path | Yes | DUT path, for example '/gan_hemt/dc' | |
| overwrite | No | Delete and replace an existing DUT only when explicitly enabled | |
| allow_without_checkpoint | No | Proceed only if an automatic pre-overwrite save fails; use with care |