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

Go to the source code of this file.

Data Structures

class  msopen

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:

Definition at line 145 of file msopen.cpp.

Initial value:
 {
  { "W", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
  { "Subst", PROP_STR, { PROP_NO_VAL, "Subst1" }, PROP_NO_RANGE },
  { "MSDispModel", PROP_STR, { PROP_NO_VAL, "Kirschning" }, PROP_RNG_DIS },
  { "MSModel", PROP_STR, { PROP_NO_VAL, "Hammerstad" }, PROP_RNG_MOD },
  { "Model", PROP_STR, { PROP_NO_VAL, "Kirschning" },
    PROP_RNG_STR3 ("Kirschning", "Hammerstad", "Alexopoulos") },
  PROP_NO_PROP }

Definition at line 137 of file msopen.cpp.