|
Qucs-core
0.0.19
|
#include <vdc.h>


Public Member Functions | |
| CREATOR (vdc) | |
| void | initSP (void) |
| placehoder for S-Parameter initialisation function | |
| void | initDC (void) |
| void | calcDC (void) |
| void | initAC (void) |
| void | initTR (void) |
| void | initHB (void) |
| void | calcHB (nr_double_t) |
Data Fields | |
| Vdc | |
| PROP_COMPONENT | |
| PROP_NO_SUBSTRATE | |
| PROP_LINEAR | |
| void vdc::calcDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
| void vdc::calcHB | ( | nr_double_t | frequency | ) | [virtual] |
Reimplemented from qucs::circuit.
| vdc::CREATOR | ( | vdc | ) |
| void vdc::initAC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
| void vdc::initDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
| void vdc::initHB | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
| void vdc::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 vdc::initTR | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
1.7.6.1