My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Variables
cpwopen.cpp File Reference
#include "component.h"
#include "substrate.h"
#include "cpwline.h"
#include "cpwopen.h"
Include dependency graph for cpwopen.cpp:

Go to the source code of this file.

Classes

class  cpwopen
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "Backside", PROP_STR, { PROP_NO_VAL, "Metal" },
PROP_RNG_STR2 ("Metal", "Air") },

Definition at line 109 of file cpwopen.cpp.

PROP_REQ[]
Initial value:
= {
{ "W", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "S", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "G", PROP_REAL, { 5e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "Subst", PROP_STR, { PROP_NO_VAL, "Subst1" }, PROP_NO_RANGE },

Definition at line 103 of file cpwopen.cpp.