enable_adaptive_setup_broadband#
- SetupHFSS.enable_adaptive_setup_broadband(low_frequency, high_frquency, max_passes=6, max_delta_s=0.02)#
Enable HFSS broadband setup.
- Parameters:
- low_frequency
float,str Lower Frequency at which set the adaptive convergence. It can be float (GHz) or str.
- high_frquency
float,str Lower Frequency at which set the adaptive convergence. It can be float (GHz) or str.
- max_passes
int,optional Maximum number of adaptive passes. The default is
6.- max_delta_s
float,optional Delta S Convergence criteria. The default is
0.02.
- low_frequency
- Returns:
- bool
Truewhen successful,Falsewhen failed.