get_random_vibe_input_fields#
- Analysis.get_random_vibe_input_fields(model_source=None)#
Get random vibe property fields based on the user configuration.
- Parameters:
model_source (str, optional) – Model source to get random vibe property fields from. The default is
None, in which case the"GENERATED"input form is used. Options are"GENERATED"and"STRAIN_MAP".Returns –
list – List of random vibe property fields based on the user configuration.
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_random_vibe_input_fields()