Qucs-core
0.0.19
|
#include <mscorner.h>
Public Member Functions | |
CREATOR (mscorner) | |
void | calcSP (nr_double_t) |
void | initSP (void) |
placehoder for S-Parameter initialisation function | |
void | initDC (void) |
void | initAC (void) |
void | calcAC (nr_double_t) |
Data Fields | |
MCORN | |
PROP_COMPONENT | |
PROP_NO_SUBSTRATE | |
PROP_LINEAR | |
Private Member Functions | |
void | initCheck (void) |
qucs::matrix | calcMatrixZ (nr_double_t) |
Private Attributes | |
nr_double_t | L |
nr_double_t | C |
nr_double_t | h |
Definition at line 119 of file mscorner.cpp.
void mscorner::calcAC | ( | nr_double_t | frequency | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 108 of file mscorner.cpp.
matrix mscorner::calcMatrixZ | ( | nr_double_t | frequency | ) | [private] |
Definition at line 76 of file mscorner.cpp.
void mscorner::calcSP | ( | nr_double_t | frequency | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 72 of file mscorner.cpp.
void mscorner::initAC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 102 of file mscorner.cpp.
void mscorner::initCheck | ( | void | ) | [private] |
Definition at line 40 of file mscorner.cpp.
void mscorner::initDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 94 of file mscorner.cpp.
void mscorner::initSP | ( | void | ) | [virtual] |
placehoder for S-Parameter initialisation function
Virtual function intended to be overridden by the inheiriting circuit element's S-Parameter initialisation function. initSP is called before commencing the simulation to set up the S-Parameter matrix.
Reimplemented from qucs::circuit.
Definition at line 66 of file mscorner.cpp.
nr_double_t mscorner::C [private] |
Definition at line 42 of file mscorner.h.
nr_double_t mscorner::h [private] |
Definition at line 42 of file mscorner.h.
nr_double_t mscorner::L [private] |
Definition at line 42 of file mscorner.h.
Definition at line 120 of file mscorner.cpp.
Definition at line 120 of file mscorner.cpp.
Definition at line 120 of file mscorner.cpp.
Definition at line 120 of file mscorner.cpp.