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

kukje Class Reference

Creates a Kukje KH1032-C00 low-noise HEMT. More...

#include <hemt.h>

Inheritance diagram for kukje::

fet data_ptr_nport nport device List of all members.

Public Methods

 kukje ()

Private Methods

void recalc ()
 The function for calculating sdata. More...


Private Attributes

double td_min
 Minimum drain temperature. More...

double td_297k
 Drain temperature for 297 Kelvin transistor. More...

double slope
 Assuming drain temperature rises linearly with ambient temperature, the slope of that rise from td_min at 5K. More...


Detailed Description

Creates a Kukje KH1032-C00 low-noise HEMT.

Model data was obtained from Dr. Sandy Weinreb at UMass.

The drain temperature for transistors below 5 K is fixed at 500 K. Above 5 K, drain temperature is interpolated based 5 K and 297 K values.

Definition at line 139 of file hemt.h.


Constructor & Destructor Documentation

kukje::kukje ( )
 

Definition at line 106 of file hemt.cc.


Member Function Documentation

void kukje::recalc ( ) [private, virtual]
 

The function for calculating sdata.

recalc() should do the following:

  • (1) Read device::f, device::Z0, and, by default, device::T to get the operating conditions for the response calculation.
  • (2) Calculate the S, C, and B matrix values and store them to nport::data, with all values normalized using device::Z0.
  • (3) Store the normalizing impedance to nport::data by calling data.set_znorm().

Reimplemented from fet.

Definition at line 129 of file hemt.cc.


Member Data Documentation

double kukje::slope [private]
 

Assuming drain temperature rises linearly with ambient temperature, the slope of that rise from td_min at 5K.

Definition at line 156 of file hemt.h.

double kukje::td_297k [private]
 

Drain temperature for 297 Kelvin transistor.

Definition at line 150 of file hemt.h.

double kukje::td_min [private]
 

Minimum drain temperature.

Definition at line 147 of file hemt.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