Qucs-core  0.0.19
Public Member Functions
tee Class Reference

#include <tee.h>

Inheritance diagram for tee:
Inheritance graph
[legend]
Collaboration diagram for tee:
Collaboration graph
[legend]

Public Member Functions

 tee ()
void initSP (void)
 placehoder for S-Parameter initialisation function
void initDC (void)
void initAC (void)
void initTR (void)

Detailed Description

Definition at line 28 of file tee.h.


Constructor & Destructor Documentation

tee::tee ( )

Definition at line 34 of file tee.cpp.


Member Function Documentation

void tee::initAC ( void  ) [virtual]

Reimplemented from qucs::circuit.

Definition at line 58 of file tee.cpp.

void tee::initDC ( void  ) [virtual]

Reimplemented from qucs::circuit.

Definition at line 51 of file tee.cpp.

void tee::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 tee.cpp.

void tee::initTR ( void  ) [virtual]

Reimplemented from qucs::circuit.

Definition at line 62 of file tee.cpp.


The documentation for this class was generated from the following files: