push_excitations#
- Circuit.push_excitations(instance: str, thevenin_calculation: bool | None = False, setup: str | None = 'LinearFrequency') bool#
Push excitations for a linear frequency setup.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.PushExcitations
Examples
>>> circuit.push_excitations("U1")