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

Go to the source code of this file.

Data Structures

struct  substrate
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Variable Documentation

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

Definition at line 56 of file substrate.cpp.

PROP_REQ[]
Initial value:
= {
{ "er", PROP_REAL, { 9.8, PROP_NO_STR }, PROP_RNGII (1, 100) },
{ "h", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "t", PROP_REAL, { 35e-6, PROP_NO_STR }, PROP_POS_RANGE },
{ "tand", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "rho", PROP_REAL, { 0.022e-6, PROP_NO_STR }, PROP_POS_RANGE },
{ "D", PROP_REAL, { 0.15e-6, PROP_NO_STR }, PROP_POS_RANGE },
#define PROP_POS_RANGE
Definition: netdefs.h:129
#define PROP_RNGII(f, t)
Definition: netdefs.h:138
#define PROP_REAL
Definition: netdefs.h:174
#define PROP_NO_PROP
Definition: netdefs.h:122
#define PROP_NO_STR
Definition: netdefs.h:125

Definition at line 48 of file substrate.cpp.