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

Go to the source code of this file.

Data Structures

struct  substrate

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:

Definition at line 56 of file substrate.cpp.

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 },
  PROP_NO_PROP }

Definition at line 48 of file substrate.cpp.