get_harmonic_vibe_input_fields#
- Analysis.get_harmonic_vibe_input_fields(model_source=None)#
Get harmonic vibe property fields based on the user configuration.
Available Since: 2024R1
- Parameters:
model_source (ModelSource, optional) – Model source to get the harmonic vibe property fields from. The default is
None
.- Returns:
Harmonic vibe property fields based on the user configuration.
- Return type:
list
Examples
>>> from ansys.sherlock.core.launcher import launch_sherlock >>> sherlock = launch_sherlock() >>> sherlock.project.import_odb_archive( "ODB++ Tutorial.tgz", True, True, True, True, project="Test", cca_name="Card", ) >>> sherlock.analysis.get_harmonic_vibe_input_fields(ModelSource.GENERATED)