|
Qucs-core
0.0.19
|

Go to the source code of this file.
Data Structures | |
| class | iinoise |
Defines | |
| #define | NODE_I1P 0 |
| #define | NODE_I1N 3 |
| #define | NODE_I2P 1 |
| #define | NODE_I2N 2 |
Variables | |
| PROP_REQ [] | |
| PROP_OPT [] | |
| #define NODE_I1N 3 |
Definition at line 33 of file iinoise.cpp.
| #define NODE_I1P 0 |
Definition at line 32 of file iinoise.cpp.
| #define NODE_I2N 2 |
Definition at line 35 of file iinoise.cpp.
| #define NODE_I2P 1 |
Definition at line 34 of file iinoise.cpp.
| PROP_OPT[] |
{
{ "a", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
{ "c", PROP_REAL, { 1, PROP_NO_STR }, PROP_POS_RANGE },
{ "e", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
PROP_NO_PROP }
Definition at line 90 of file iinoise.cpp.
| PROP_REQ[] |
{
{ "i1", PROP_REAL, { 1e-6, PROP_NO_STR }, PROP_POS_RANGE },
{ "i2", PROP_REAL, { 1e-6, PROP_NO_STR }, PROP_POS_RANGE },
{ "C", PROP_REAL, { 0.5, PROP_NO_STR }, PROP_RNGII (-1, 1) },
PROP_NO_PROP }
Definition at line 85 of file iinoise.cpp.
1.7.6.1