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

Go to the source code of this file.

Data Structures

class  rlcg

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:
 {
  { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
  PROP_NO_PROP }

Definition at line 138 of file rlcg.cpp.

Initial value:
 {
  { "R", PROP_REAL, { 0.0, PROP_NO_STR }, PROP_POS_RANGE },
  { "L", PROP_REAL, { 0.6e-6, PROP_NO_STR }, PROP_POS_RANGEX },
  { "C", PROP_REAL, { 240e-12, PROP_NO_STR }, PROP_POS_RANGEX },
  { "G", PROP_REAL, { 0.0, PROP_NO_STR }, PROP_POS_RANGE },
  { "Length", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_NO_RANGE },
  PROP_NO_PROP }

Definition at line 131 of file rlcg.cpp.