Qucs-core
0.0.19
|
#include <itrafo.h>
Public Member Functions | |
itrafo () | |
void | initSP (void) |
placehoder for S-Parameter initialisation function |
itrafo::itrafo | ( | ) |
Definition at line 34 of file itrafo.cpp.
void itrafo::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.
Definition at line 38 of file itrafo.cpp.