dpar_create
Declare DUT parameters by writing $dpar declarations onto a circuit page, replacing prior values and verifying each parameter is initialized.
Instructions
Create DUT parameters by declaring them in a circuit page: IC-CAP has no direct DPar constructor, so parameters materialize from $dpar(NAME=value) declarations. circuit='model' (default, per IC-CAP docs the declaration appears in every DUT's parameter set) or circuit='dut' (DUT Test Circuit only). Prior declarations of the same name are replaced; after writing, each parameter is verified to exist and initialized to its value. Requires the DUT to exist; verify results with dpar_exists/dpar_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| circuit | No | Which circuit page receives the $dpar declarations | model |
| dut_path | Yes | e.g. '/model/dut' | |
| parameters | Yes | Parameters to declare |