object_rename
Renames supported IC-CAP objects (Model, Dut, Setup, Input, Output, Transform, Plot, Macro) using their path. Specify object type when names conflict.
Instructions
Rename an IC-CAP object. Supported types: Model, Dut, Setup, Input, Output, Transform, Plot, Macro. NOT supported for: Par, MPar, DPar, TableVar, Main, InstrVar. Use object_type to disambiguate naming conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_name | Yes | New name for the object (not a full path, just the name) | |
| object_path | Yes | e.g. '/model/dut/setup/obj_name' | |
| object_type | No | Optional. Specify when multiple objects share the same name. |