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 989d279 commit 3aa04b7
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 @@ -1026,7 +1026,7 @@ def set_si_slider(self, value):
- ``2``: Optimal accuracy```
.. deprecated:: 0.7.5
Use :property:`si_slider_position` method instead.
Use :property:`si_slider_position` property instead.
"""
warnings.warn("`set_si_slider` is deprecated. Use `si_slider_position` method instead.", DeprecationWarning)
Expand Down

0 comments on commit 3aa04b7

Please sign in to comment.