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 1611dbe commit e319868
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 @@ -1012,7 +1012,7 @@ def set_pi_slider(self, value):
Use :property:`pi_slider_position` property instead.
"""
warnings.warn("`set_pi_slider` is deprecated. Use `pi_slider_position` method instead.", DeprecationWarning)
warnings.warn("`set_pi_slider` is deprecated. Use `pi_slider_position` property instead.", DeprecationWarning)
self.pi_slider_position = value

@pyaedt_function_handler
Expand Down

0 comments on commit e319868

Please sign in to comment.