Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/freq_sweep_bug_fix' into freq_sw…
Browse files Browse the repository at this point in the history
…eep_bug_fix
  • Loading branch information
ring630 committed Nov 6, 2023
2 parents dc7d54e + faf1b98 commit c932e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/edb_core/edb_data/siwave_simulation_setup_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ def advanced_settings(self):

@property
def get_sim_setup_info(self):
"""Read simulation information from setup."""
"""Get simulation information from the setup."""
if self._sim_setup_info:
return self._sim_setup_info

Expand Down

0 comments on commit c932e28

Please sign in to comment.