enable_adaptive_setup_single#

SetupHFSSAuto.enable_adaptive_setup_single(freq=None, max_passes=None, max_delta_s=None)[source]#

Enable HFSS single frequency setup.

Parameters:
freqfloat, str, optional

Frequency at which to set the adaptive convergence. The default is None which will not update the value in setup. You can enter a float value in (GHz) or a string.

max_passesint, optional

Maximum number of adaptive passes. The default is None which will not update the value in setup.

max_delta_sfloat, optional

Delta S convergence criteria. The default is None which will not update the value in setup.

Returns:
bool

True when successful, False when failed.