push_excitations# Circuit.push_excitations(instance_name, thevenin_calculation=False, setup_name='LinearFrequency')[source]# Push excitations for a linear frequency setup. Parameters: instance_namestrName of the instance. thevenin_calculationbool, optionalWhether to perform the Thevenin equivalent calculation. The default is False. setup_namestr, optionalName of the solution setup to push. The default is "LinearFrequency". Returns: boolTrue when successful, False when failed. References >>> oEditor.PushExcitations Copy to clipboard