model_create
Create a top-level model container to organize circuit netlists, DUTs, parameters, and variables. Enable overwrite only to replace an existing model.
Instructions
Create a Model object. Model is the top-level container with circuit netlist, DUTs, parameters, and variables. Set overwrite=true explicitly to replace an existing Model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| circuit | No | Optional SPICE circuit netlist | |
| overwrite | No | Delete and replace an existing Model only when explicitly enabled | |
| model_path | Yes | Model path, for example '/gan_hemt' | |
| allow_without_checkpoint | No | Proceed only if an automatic pre-overwrite save fails; use with care |