Skip to content

Commit

Permalink
HFSS interpolating sweep convergence criteria bug fix (SimulatiomConf…
Browse files Browse the repository at this point in the history
…iguration class) (#3609)

* edb intersection bug fix

* default convergence criteria on hfss sweep set to 0.5%
  • Loading branch information
svandenb-dev authored Sep 21, 2023
1 parent beccf18 commit 02922f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/edb_core/edb_data/simulation_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ class SimulationConfigurationAc(object):
def __init__(self):
self._sweep_interpolating = True
self._use_q3d_for_dc = False
self._relative_error = 0.5
self._relative_error = 0.005
self._use_error_z0 = False
self._percentage_error_z0 = 1
self._enforce_causality = True
Expand Down

0 comments on commit 02922f1

Please sign in to comment.