svar_create
Define a Setup variable (SVar) for IC-CAP projects, such as sweep ranges like X_LOW or X_HIGH for optimizers. Specify the full variable path and an optional initial value.
Instructions
Create a Setup variable (SVar). Common uses: X_LOW, X_HIGH, sweep range parameters for optimizers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Initial value | |
| var_path | Yes | Full path, e.g. '/model/dut/setup/VAR_NAME' |