Qucs-core  0.0.19
Data Structures | Defines | Variables
jfet.cpp File Reference
#include "component.h"
#include "device.h"
#include "jfet.h"
Include dependency graph for jfet.cpp:

Go to the source code of this file.

Data Structures

class  jfet

Defines

#define NODE_G   0 /* gate node */
#define NODE_D   1 /* drain node */
#define NODE_S   2 /* source node */
#define qgdState   0
#define cgdState   1
#define qgsState   2
#define cgsState   3

Variables

 PROP_REQ []
 PROP_OPT []

Define Documentation

#define cgdState   1

Definition at line 390 of file jfet.cpp.

#define cgsState   3

Definition at line 392 of file jfet.cpp.

#define NODE_D   1 /* drain node */

Definition at line 34 of file jfet.cpp.

#define NODE_G   0 /* gate node */

Definition at line 33 of file jfet.cpp.

#define NODE_S   2 /* source node */

Definition at line 35 of file jfet.cpp.

#define qgdState   0

Definition at line 389 of file jfet.cpp.

#define qgsState   2

Definition at line 391 of file jfet.cpp.


Variable Documentation

Initial value:
 {
  { "Rd", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  { "Rs", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  { "Isr", PROP_REAL, { 1e-14, PROP_NO_STR }, PROP_POS_RANGE },
  { "Nr", PROP_REAL, { 2, PROP_NO_STR }, PROP_RNGII (1, 100) },
  { "Kf", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  { "Af", PROP_REAL, { 1, PROP_NO_STR }, PROP_POS_RANGE },
  { "Ffe", PROP_REAL, { 1, PROP_NO_STR }, PROP_POS_RANGE },
  { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
  { "Type", PROP_STR, { PROP_NO_VAL, "nfet" }, PROP_RNG_FET },
  { "Xti", PROP_REAL, { 3, PROP_NO_STR }, PROP_POS_RANGE },
  { "Vt0tc", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
  { "Betatce", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
  { "Tnom", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
  { "Area", PROP_REAL, { 1, PROP_NO_STR }, PROP_POS_RANGEX },
  PROP_NO_PROP }

Definition at line 425 of file jfet.cpp.

Initial value:
 {
  { "Is", PROP_REAL, { 1e-14, PROP_NO_STR }, PROP_POS_RANGE },
  { "N", PROP_REAL, { 1, PROP_NO_STR }, PROP_RNGII (1, 100) },
  { "Vt0", PROP_REAL, { -2, PROP_NO_STR }, PROP_NEG_RANGE },
  { "Lambda", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  { "Beta", PROP_REAL, { 1e-4, PROP_NO_STR }, PROP_POS_RANGE },
  { "M", PROP_REAL, { 0.5, PROP_NO_STR }, PROP_RNGII (0, 1) },
  { "Pb", PROP_REAL, { 1.0, PROP_NO_STR }, PROP_RNGXI (0, 10) },
  { "Fc", PROP_REAL, { 0.5, PROP_NO_STR }, PROP_RNGIX (0, 1) },
  { "Cgs", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  { "Cgd", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  PROP_NO_PROP }

Definition at line 413 of file jfet.cpp.