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

Go to the source code of this file.

Classes

class  mutual
 

Macros

#define fState11   0
 
#define vState11   1
 
#define fState22   2
 
#define vState22   3
 
#define fState12   4
 
#define vState12   5
 
#define fState21   6
 
#define vState21   7
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Macro Definition Documentation

#define fState11   0

Definition at line 107 of file mutual.cpp.

#define fState12   4

Definition at line 111 of file mutual.cpp.

#define fState21   6

Definition at line 113 of file mutual.cpp.

#define fState22   2

Definition at line 109 of file mutual.cpp.

#define vState11   1

Definition at line 108 of file mutual.cpp.

#define vState12   5

Definition at line 112 of file mutual.cpp.

#define vState21   7

Definition at line 114 of file mutual.cpp.

#define vState22   3

Definition at line 110 of file mutual.cpp.

Variable Documentation

PROP_OPT[]
Initial value:

Definition at line 149 of file mutual.cpp.

PROP_REQ[]
Initial value:
= {
{ "L1", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGEX },
{ "L2", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGEX },
{ "k", PROP_REAL, { 0.9, PROP_NO_STR }, PROP_RNGXX (-1, 1) },

Definition at line 144 of file mutual.cpp.