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

Go to the source code of this file.

Data Structures

class  mslange

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 483 of file mslange.cpp.

Initial value:
 {
  { "W", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
  { "L", PROP_REAL, { 10e-3, PROP_NO_STR }, PROP_POS_RANGE },
  { "S", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
  { "Subst", PROP_STR, { PROP_NO_VAL, "Subst1" }, PROP_NO_RANGE },
  { "Model", PROP_STR, { PROP_NO_VAL, "Kirschning" },
    PROP_RNG_STR2 ("Kirschning", "Hammerstad") },
  { "DispModel", PROP_STR, { PROP_NO_VAL, "Kirschning" },
    PROP_RNG_STR2 ("Kirschning", "Getsinger") },
  PROP_NO_PROP }

Definition at line 473 of file mslange.cpp.