You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to change the naturalFreqMin and naturalFreqMax in UpdateNaturalFrequencyPropsRequest to "bulletin.int" but with no success.
Also, it is not possible to leave out any parameters in the function as you will get an "Analysis.update_natural_frequency_props() missing X required positional arguments:" error.
🔍 Before submitting the issue
🐞 Description of the bug
Dear Team,
I found a bug when updating Natural Frequency Analysis Properties.
UpdateNaturalFrequencyPropsRequest API accepts "float" in SherlockAnalysisService_pb2.pyi
It results in Float number when updating Natural Frequency Properties.
Best regards,
Kim
📝 Steps to reproduce
sherlock = launch_sherlock(port = 9090)
sherlock.analysis.update_natural_frequency_props(
project=project_name,
cca_name=pcb_name,
natural_freq_count=6,
natural_freq_min=20,
natural_freq_min_units="HZ",
natural_freq_max=2000,
natural_freq_max_units="HZ",
part_validation_enabled=False,
require_material_assignment_enabled= False,
analysis_temp=22.0,
analysis_temp_units="C"
)
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2024R2
🐍 Which Python version are you using?
3.12
📦 Installed packages
The text was updated successfully, but these errors were encountered: