get_ict_analysis_input_fields#

Analysis.get_ict_analysis_input_fields()#

Get ICT analysis property fields based on the user configuration.

Available Since: 2024R1

Returns:
:
list[str]

ICT analysis property fields based on the user configuration. None if not connected to Sherlock.

Return type:

list[str]

Examples

>>> from ansys.sherlock.core.launcher import launch_sherlock
>>> sherlock = launch_sherlock()
>>> sherlock.analysis.get_ict_analysis_input_fields()