enable_adaptive_setup_single#
- SetupHFSSAuto.enable_adaptive_setup_single(frequency=None, max_passes=None, max_delta_s=None)[source]#
Enable HFSS single frequency setup.
- Parameters:
- frequency
float
,str
,optional
Frequency to set the adaptive convergence at. The default is
None
, in which case the value in the setup is not updated. You can specify a float value (GHz) or a string.- max_passes
int
,optional
Maximum number of adaptive passes. The default is
None
which will not update the value in setup.- max_delta_s
float
,optional
Delta S convergence criteria. The default is
None
which will not update the value in setup.
- frequency
- Returns:
- bool
True
when successful,False
when failed.