enable_adaptive_setup_broadband#

SetupHFSSAuto.enable_adaptive_setup_broadband(low_frequency, high_frquency, max_passes=6, max_delta_s=0.02)[source]#

Enable HFSS broadband setup.

Parameters:
low_frequencyfloat, str

Lower Frequency at which set the adaptive convergence. It can be float (GHz) or str.

high_frquencyfloat, str

Lower Frequency at which set the adaptive convergence. It can be float (GHz) or str.

max_passesint, optional

Maximum number of adaptive passes. The default is 6.

max_delta_sfloat, optional

Delta S Convergence criteria. The default is 0.02.

Returns:
bool

True when successful, False when failed.