3D-ICE 3.0.0
|
Informations about the type of thermal simulation to be run, timing and its initial settings. More...
#include <analysis.h>
Data Fields | |
AnalysisType_t | AnalysisType |
Time_t | StepTime |
Time_t | SlotTime |
Quantity_t | SlotLength |
Quantity_t | CurrentTime |
Temperature_t | InitialTemperature |
Definition at line 64 of file analysis.h.
AnalysisType_t Analysis_t::AnalysisType |
The analysis type
Definition at line 68 of file analysis.h.
Quantity_t Analysis_t::CurrentTime |
Number of steps simulated
Definition at line 84 of file analysis.h.
Temperature_t Analysis_t::InitialTemperature |
Initial Temperature if the IC stack
Definition at line 88 of file analysis.h.
Quantity_t Analysis_t::SlotLength |
Number of steps to do to complete a slot
Definition at line 80 of file analysis.h.
Time_t Analysis_t::SlotTime |
The slot time for Transient Analysis
Definition at line 76 of file analysis.h.
Time_t Analysis_t::StepTime |
The stepping time for Transient Analysis
Definition at line 72 of file analysis.h.