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: instancestrName of the instance. thevenin_calculationbool, optionalWhether to perform the Thevenin equivalent calculation. The default is False. setupstr, optionalName of the solution setup to push. The default is "LinearFrequency". Returns: boolTrue when successful, False when failed. References >>> oEditor.PushExcitations