get_solder_fatigue_input_fields#
- Analysis.get_solder_fatigue_input_fields()#
Get solder fatigue property fields based on the user configuration.
Available Since: 2024R1
- Returns:
- Return type:
Examples
>>> from ansys.sherlock.core import launcher >>> sherlock, install_dir = launcher.launch_and_connect(transport_mode="wnua") >>> sherlock.project.import_odb_archive( >>> "ODB++ Tutorial.tgz", >>> True, >>> True, >>> True, >>> True, >>> project="Test", >>> cca_name="Card", >>> ) >>> sherlock.analysis.get_solder_fatigue_input_fields()