Qucs-core
0.0.19
|
#include <cpwshort.h>
Public Member Functions | |
CREATOR (cpwshort) | |
void | initSP (void) |
placehoder for S-Parameter initialisation function | |
void | calcSP (nr_double_t) |
void | initDC (void) |
void | initAC (void) |
void | calcAC (nr_double_t) |
void | checkProperties (void) |
nr_double_t | calcLend (nr_double_t) |
nr_complex_t | calcZ (nr_double_t) |
Data Fields | |
CSHORT | |
PROP_COMPONENT | |
PROP_NO_SUBSTRATE | |
PROP_LINEAR |
Definition at line 116 of file cpwshort.cpp.
void cpwshort::calcAC | ( | nr_double_t | frequency | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 102 of file cpwshort.cpp.
nr_double_t cpwshort::calcLend | ( | nr_double_t | frequency | ) |
Definition at line 41 of file cpwshort.cpp.
void cpwshort::calcSP | ( | nr_double_t | frequency | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 65 of file cpwshort.cpp.
nr_complex_t cpwshort::calcZ | ( | nr_double_t | frequency | ) |
Definition at line 79 of file cpwshort.cpp.
void cpwshort::checkProperties | ( | void | ) |
Definition at line 69 of file cpwshort.cpp.
void cpwshort::initAC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 96 of file cpwshort.cpp.
void cpwshort::initDC | ( | void | ) | [virtual] |
Reimplemented from qucs::circuit.
Definition at line 85 of file cpwshort.cpp.
void cpwshort::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 60 of file cpwshort.cpp.
Definition at line 117 of file cpwshort.cpp.
Definition at line 117 of file cpwshort.cpp.
Definition at line 117 of file cpwshort.cpp.
Definition at line 117 of file cpwshort.cpp.