Xyce
6.1
|
#include <N_ANP_AnalysisEvent.h>
Public Types | |
enum | State { INITIALIZE, STEP_STARTED, STEP_SUCCESSFUL, STEP_FAILED, FINISH, INITIALIZE, STEP_STARTED, STEP_COMPLETED, FINISH } |
enum | OutputType { DC, TRAN, AC, AC_IC, HB_FD, HB_TD, HB_IC, HB_STARTUP, DCOP, HOMOTOPY, MPDE, MPDE_IC, SENS, NOISE, NOISE_IC, DC, TRAN, AC, AC_IC, HB_FD, HB_TD, HB_IC, HB_STARTUP, DCOP, HOMOTOPY, MPDE, MPDE_IC, SENS } |
enum | State { INITIALIZE, STEP_STARTED, STEP_SUCCESSFUL, STEP_FAILED, FINISH, INITIALIZE, STEP_STARTED, STEP_COMPLETED, FINISH } |
enum | OutputType { DC, TRAN, AC, AC_IC, HB_FD, HB_TD, HB_IC, HB_STARTUP, DCOP, HOMOTOPY, MPDE, MPDE_IC, SENS, NOISE, NOISE_IC, DC, TRAN, AC, AC_IC, HB_FD, HB_TD, HB_IC, HB_STARTUP, DCOP, HOMOTOPY, MPDE, MPDE_IC, SENS } |
Public Member Functions | |
AnalysisEvent (State state, OutputType output_type, double step=0.0, int count=0) | |
AnalysisEvent (State state, OutputType output_type, double time=0.0, int count=0) | |
Public Attributes | |
const State | state_ |
const OutputType | outputType_ |
const double | step_ |
const int | count_ |
const double | time_ |
Friends | |
class | Dump< AnalysisEvent > |
Definition at line 55 of file N_ANP_AnalysisEvent.h.
Enumerator | |
---|---|
DC | |
TRAN | |
AC | |
AC_IC | |
HB_FD | |
HB_TD | |
HB_IC | |
HB_STARTUP | |
DCOP | |
HOMOTOPY | |
MPDE | |
MPDE_IC | |
SENS | |
NOISE | |
NOISE_IC | |
DC | |
TRAN | |
AC | |
AC_IC | |
HB_FD | |
HB_TD | |
HB_IC | |
HB_STARTUP | |
DCOP | |
HOMOTOPY | |
MPDE | |
MPDE_IC | |
SENS |
Definition at line 57 of file N_ANP_TimeIntgEvent.h.
Enumerator | |
---|---|
DC | |
TRAN | |
AC | |
AC_IC | |
HB_FD | |
HB_TD | |
HB_IC | |
HB_STARTUP | |
DCOP | |
HOMOTOPY | |
MPDE | |
MPDE_IC | |
SENS | |
NOISE | |
NOISE_IC | |
DC | |
TRAN | |
AC | |
AC_IC | |
HB_FD | |
HB_TD | |
HB_IC | |
HB_STARTUP | |
DCOP | |
HOMOTOPY | |
MPDE | |
MPDE_IC | |
SENS |
Definition at line 61 of file N_ANP_AnalysisEvent.h.
Enumerator | |
---|---|
INITIALIZE | |
STEP_STARTED | |
STEP_SUCCESSFUL | |
STEP_FAILED | |
FINISH | |
INITIALIZE | |
STEP_STARTED | |
STEP_COMPLETED | |
FINISH |
Definition at line 56 of file N_ANP_TimeIntgEvent.h.
Enumerator | |
---|---|
INITIALIZE | |
STEP_STARTED | |
STEP_SUCCESSFUL | |
STEP_FAILED | |
FINISH | |
INITIALIZE | |
STEP_STARTED | |
STEP_COMPLETED | |
FINISH |
Definition at line 60 of file N_ANP_AnalysisEvent.h.
|
inline |
Definition at line 63 of file N_ANP_AnalysisEvent.h.
|
inline |
Definition at line 59 of file N_ANP_TimeIntgEvent.h.
|
friend |
Definition at line 57 of file N_ANP_AnalysisEvent.h.
const int Xyce::Analysis::AnalysisEvent::count_ |
Definition at line 73 of file N_ANP_AnalysisEvent.h.
const OutputType Xyce::Analysis::AnalysisEvent::outputType_ |
Definition at line 71 of file N_ANP_AnalysisEvent.h.
const State Xyce::Analysis::AnalysisEvent::state_ |
Definition at line 70 of file N_ANP_AnalysisEvent.h.
const double Xyce::Analysis::AnalysisEvent::step_ |
Definition at line 72 of file N_ANP_AnalysisEvent.h.
const double Xyce::Analysis::AnalysisEvent::time_ |
Definition at line 68 of file N_ANP_TimeIntgEvent.h.