enable_adaptive_setup_broadband#
- SetupHFSSAuto.enable_adaptive_setup_broadband(low_frequency, high_frequency, max_passes=6, max_delta_s=0.02)#
Enable HFSS broadband setup.
- Parameters:
- low_frequency
float,str Lower frequency to set the adaptive convergence at. You can specify a float value (GHz) or a string.
- high_frequency
float,str Lower frequency to set the adaptive convergence at. You can specify a float value (GHz) or a string.
- 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.