create_symbol#
- MaxwellCircuitComponents.create_symbol(name: str, pins: list) bool#
Create a symbol.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oSymbolManager.Add
Examples
>>> from ansys.aedt.core import Circuit >>> aedtapp = Circuit() >>> sch = aedtapp.modeler.schematic >>> sch.create_symbol("my_symbol", [1, 2])