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

Go to the source code of this file.

Classes

class  mstee
 

Functions

circuitsplitMicrostrip (circuit *base, circuit *line, net *subnet, const char *c, const char *n, int internal)
 
void disableMicrostrip (circuit *base, circuit *line, net *subnet, int internal)
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Function Documentation

void disableMicrostrip ( circuit base,
circuit line,
net subnet,
int  internal 
)

Definition at line 209 of file mstee.cpp.

Here is the call graph for this function:

circuit* splitMicrostrip ( circuit base,
circuit line,
net subnet,
const char *  c,
const char *  n,
int  internal 
)

Definition at line 189 of file mstee.cpp.

Here is the call graph for this function:

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },

Definition at line 290 of file mstee.cpp.

PROP_REQ[]
Initial value:
= {
{ "W1", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "W2", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "W3", 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 },

Definition at line 282 of file mstee.cpp.