Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Variables
mscross.cpp File Reference
#include "component.h"
#include "substrate.h"
#include "msline.h"
#include "mscross.h"

Go to the source code of this file.

Data Structures

class  mscross
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Variable Documentation

PROP_OPT[]
Initial value:
= {
#define PROP_NO_PROP
Definition: netdefs.h:122

Definition at line 183 of file mscross.cpp.

PROP_REQ[]
Initial value:
= {
{ "W1", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "W2", PROP_REAL, { 2e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "W3", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "W4", PROP_REAL, { 2e-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 },
#define PROP_POS_RANGE
Definition: netdefs.h:129
#define PROP_REAL
Definition: netdefs.h:174
#define PROP_NO_PROP
Definition: netdefs.h:122
#define PROP_NO_RANGE
Definition: netdefs.h:126
#define PROP_NO_STR
Definition: netdefs.h:125
#define PROP_RNG_MOD
Definition: netdefs.h:169
#define PROP_RNG_DIS
Definition: netdefs.h:166
#define PROP_STR
Definition: netdefs.h:175
#define PROP_NO_VAL
Definition: netdefs.h:124

Definition at line 174 of file mscross.cpp.