LifeCycle Types#
Module containing types for the Lifecycle Service.
Constants#
- class ansys.sherlock.core.types.lifecycle_types.ThermalSignalFileProperties(**data)#
Properties of a thermal signal file.
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- classmethod non_negative_int_validation(value, info)#
Validate integer fields listed contain non-negative values.
- classmethod str_validation(value, info)#
Validate string fields listed.
- class ansys.sherlock.core.types.lifecycle_types.ImportThermalSignalRequest(**data)#
Request to import a thermal signal file.
-
load_range_percentage:
float
# Defines the fraction of the range near peaks and valleys considered as a dwell region
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- classmethod non_negative_int_validation(value, info)#
Validate integer fields listed contain non-negative values.
- classmethod str_validation(value, info)#
Validate string fields listed.
-
thermal_signal_file_properties:
ThermalSignalFileProperties
# Properties of the thermal signal file.
-
load_range_percentage: