Qucs-core
0.0.19
|
#include <vfile.h>
Public Member Functions | |
CREATOR (vfile) | |
~vfile () | |
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 | |
Vfile | |
PROP_COMPONENT | |
PROP_NO_SUBSTRATE | |
PROP_LINEAR | |
Private Attributes | |
qucs::dataset * | data |
int | dataType |
int | interpolType |
qucs::interpolator * | inter |
vfile::~vfile | ( | ) |
void vfile::calcTR | ( | nr_double_t | t | ) | [virtual] |
Reimplemented from qucs::circuit.
vfile::CREATOR | ( | vfile | ) |
void vfile::initAC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void vfile::initDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void vfile::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 vfile::initTR | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
void vfile::prepare | ( | void | ) |
qucs::dataset* vfile::data [private] |
int vfile::dataType [private] |
qucs::interpolator* vfile::inter [private] |
int vfile::interpolType [private] |