LifeCycle Types#

Module containing types for the Lifecycle Service.

HarmonicVibeProfileCsvFileProperties(**data)

Properties of a harmonic vibe profile CSV file.

RandomVibeProfileCsvFileProperties(**data)

Properties of a random vibe profile CSV file.

ShockProfileDatasetCsvFileProperties(**data)

Properties of a shock event profile using dataset CSV file.

ShockProfilePulsesCsvFileProperties(**data)

Properties of a shock event profile using pulses CSV file.

ThermalProfileCsvFileProperties(**data)

Properties of a thermal profile CSV file.

ThermalSignalFileProperties(**data)

Properties of a thermal signal file.

ImportThermalSignalRequest(**data)

Request to import a thermal signal file.

SaveLifeCycleRequest(**data)

Request to save a project's life cycle to a .dfr-lc file.

SaveHarmonicProfileRequest(**data)

Request to save a harmonic life cycle event profile to a .dat or .csv file.

SaveRandomVibeProfileRequest(**data)

Request to save a random vibe life cycle event profile to a .dat or .csv file.

SaveShockPulseProfileRequest(**data)

Request to save a shock pulse life cycle event profile to a .dat or .csv file.

SaveThermalProfileRequest(**data)

Request to save a thermal life cycle event profile to a .dat or .csv file.

DeleteEventRequest(**data)

Request to delete a life cycle event from a project phase.

DeletePhaseRequest(**data)

Request to delete a life cycle phase from a project.

UpdateLifePhaseRequest(**data)

Request for updating an existing life phase in a specified project's life cycle.

ListLifeCycleEventsRequest(**data)

Request for listing all life cycle events.