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


Public Member Functions | |
| CREATOR (ifile) | |
| ~ifile () | |
| void | initSP (void) |
| placehoder for S-Parameter initialisation function | |
| void | initDC (void) |
| void | initAC (void) |
| void | initTR (void) |
| void | calcTR (nr_double_t) |
| void | prepare (void) |
Data Fields | |
| Ifile | |
| PROP_COMPONENT | |
| PROP_NO_SUBSTRATE | |
| PROP_LINEAR | |
Private Attributes | |
| qucs::dataset * | data |
| int | dataType |
| int | interpolType |
| qucs::interpolator * | inter |
| ifile::~ifile | ( | ) |
| void ifile::calcTR | ( | nr_double_t | t | ) | [virtual] |
Reimplemented from qucs::circuit.
| ifile::CREATOR | ( | ifile | ) |
| void ifile::initAC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
| void ifile::initDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
| void ifile::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 ifile::initTR | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
| void ifile::prepare | ( | void | ) |
qucs::dataset* ifile::data [private] |
int ifile::dataType [private] |
qucs::interpolator* ifile::inter [private] |
int ifile::interpolType [private] |
1.7.6.1