Qucs-core
0.0.19
|
#include <opamp.h>
Public Member Functions | |
CREATOR (opamp) | |
void | initSP (void) |
placehoder for S-Parameter initialisation function | |
void | initDC (void) |
void | calcDC (void) |
void | initAC (void) |
void | initTR (void) |
void | calcTR (nr_double_t) |
void | calcOperatingPoints (void) |
Data Fields | |
OpAmp | |
PROP_COMPONENT | |
PROP_NO_SUBSTRATE | |
PROP_NONLINEAR | |
Private Attributes | |
nr_double_t | gv |
void opamp::calcDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void opamp::calcOperatingPoints | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void opamp::calcTR | ( | nr_double_t | ) | [virtual] |
Reimplemented from qucs::circuit.
opamp::CREATOR | ( | opamp | ) |
void opamp::initAC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void opamp::initDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void opamp::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.
void opamp::initTR | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
nr_double_t opamp::gv [private] |