cst_schematic_call
Invoke any public method on a CST schematic object like Block, Net, or SimulationTask by specifying object name, method, and arguments. Use specialized tools for common operations.
Instructions
Call any public method on a project.schematic object. This is the generic bridge for CST schematic RemoteObjects: it invokes project.schematic..(*args, **kwargs). Use the specialized tools for common RLC/port/net operations when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Positional arguments passed to the CST method. | |
| kwargs | No | Keyword arguments passed to the CST method. | |
| method_name | Yes | Public method name to call on the object. | |
| object_name | Yes | Schematic object name, e.g. Block, Net, or SimulationTask. |