push_time_excitations#
- Circuit.push_time_excitations(instance, start=0.0, stop=0.0, harmonics=100, window_type='Rectangular', width_percentage=100.0, kaiser=0.0, correct_coherent_gain=True, setup='NexximTransient')#
Push excitations for a transient setup.
- Parameters:
- instance
str Name of the instance.
- start
float,optional Start time in
seconds. The default is0.0.- stop
float,optional Stop time in
seconds. The default is0.0.- harmonics
int,optional Maximum number of harmonics. The default is
100.- window_type
str,optional Window type. Available windows are:
Rectangular,Barlett,Blackman,Hamming,Hanning,Kaiser,Welch,Weber,Lanzcos. The default isRectangular.- width_percentage
float,optional Width percentage. The default is
100.0.- kaiser
float,optional Kaiser value. The default is
0.0.- correct_coherent_gainbool,
optional Whether to enable the coherent gain correction. The default is
True.- setup
str,optional Name of the solution setup to push. The default is
"LinearFrequency".
- instance
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.PushExcitations