Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

series_tee Class Reference

A 3-port connector used to connect ports in series. More...

#include <elements.h>

Inheritance diagram for series_tee::

nport device List of all members.

Public Methods

 series_tee ()
 Default constructor creates a 3-port series_tee. More...

int size ()
 All series_tee devices have 3 ports. More...


Private Methods

void recalc ()
 Since the device is independent of device::f, device::T, and device::Z0, series_tee's are only calculated at construction. More...


Detailed Description

A 3-port connector used to connect ports in series.

The connection scheme and port assignments are as follows:

                o--------------- 
              1                 |
                o------         |
                       |         -----o
                       |                3
                       |         -----o
                o------         |
              2                 |
                o--------------- 
 

When using series_tee, be aware of the arrangement of the various ports; the three ports are NOT equivalent!

Definition at line 748 of file elements.h.


Constructor & Destructor Documentation

series_tee::series_tee ( )
 

Default constructor creates a 3-port series_tee.

Definition at line 145 of file elements.cc.


Member Function Documentation

void series_tee::recalc ( ) [inline, private, virtual]
 

Since the device is independent of device::f, device::T, and device::Z0, series_tee's are only calculated at construction.

Reimplemented from nport.

Definition at line 766 of file elements.h.

int series_tee::size ( ) [inline, virtual]
 

All series_tee devices have 3 ports.

Returns:
the number of ports

Reimplemented from nport.

Definition at line 759 of file elements.h.


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

Please direct comments and corrections to supermix@submm.caltech.edu
Go to the supermix home page
Generated by doxygen1.2.7