Qucs-core
0.0.19
|
Go to the source code of this file.
Data Structures | |
class | mutual |
Defines | |
#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 [] |
#define fState11 0 |
Definition at line 109 of file mutual.cpp.
#define fState12 4 |
Definition at line 113 of file mutual.cpp.
#define fState21 6 |
Definition at line 115 of file mutual.cpp.
#define fState22 2 |
Definition at line 111 of file mutual.cpp.
#define vState11 1 |
Definition at line 110 of file mutual.cpp.
#define vState12 5 |
Definition at line 114 of file mutual.cpp.
#define vState21 7 |
Definition at line 116 of file mutual.cpp.
#define vState22 3 |
Definition at line 112 of file mutual.cpp.
PROP_OPT[] |
{ PROP_NO_PROP }
Definition at line 151 of file mutual.cpp.
PROP_REQ[] |
{ { "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) }, PROP_NO_PROP }
Definition at line 146 of file mutual.cpp.