Skip to content

Commit

Permalink
Update pyaedt/edb_core/edb_data/siwave_simulation_setup_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Rey <[email protected]>
  • Loading branch information
Samuelopez-ansys and MaxJPRey authored Nov 17, 2023
1 parent 7f142ab commit 550c54c
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 @@ -1029,7 +1029,7 @@ def set_si_slider(self, value):
Use :property:`si_slider_position` property instead.
"""
warnings.warn("`set_si_slider` is deprecated. Use `si_slider_position` method instead.", DeprecationWarning)
warnings.warn("`set_si_slider` is deprecated. Use `si_slider_position` property instead.", DeprecationWarning)

self.si_slider_position = value

Expand Down

0 comments on commit 550c54c

Please sign in to comment.