Skip to content

Commit

Permalink
All sweeptype default parameter value now starts with lower case. (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored Dec 27, 2021
1 parent 27964da commit f6ac9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/hfss3dlayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def create_frequency_sweep(
freqstop,
num_of_freq_points,
sweepname=None,
sweeptype="interpolating",
sweeptype="Interpolating",
interpolation_tol_percent=0.5,
interpolation_max_solutions=250,
save_fields=True,
Expand Down

0 comments on commit f6ac9eb

Please sign in to comment.