Qucs-core
0.0.19
|
#include <vrect.h>
Public Member Functions | |
CREATOR (vrect) | |
void | initSP (void) |
placehoder for S-Parameter initialisation function | |
void | initDC (void) |
void | initAC (void) |
void | initTR (void) |
void | calcTR (nr_double_t) |
Data Fields | |
Vrect | |
PROP_COMPONENT | |
PROP_NO_SUBSTRATE | |
PROP_LINEAR |
void vrect::calcTR | ( | nr_double_t | t | ) | [virtual] |
Reimplemented from qucs::circuit.
vrect::CREATOR | ( | vrect | ) |
void vrect::initAC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void vrect::initDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void vrect::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 vrect::initTR | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.