push_excitations# Circuit.push_excitations(instance, thevenin_calculation=False, setup='LinearFrequency')[source]# 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