|
Qucs-core
0.0.19
|
#include "component.h"#include "equation.h"#include "environment.h"#include "device.h"#include "eqndefined.h"
Go to the source code of this file.
Data Structures | |
| class | eqndefined |
Defines | |
| #define | A(a) ((assignment *) (a)) |
| #define | C(c) ((constant *) (c)) |
| #define | BP(n) real (getV (n * 2 + 0) - getV (n * 2 + 1)) |
Variables | |
| PROP_REQ [] | |
| PROP_OPT [] | |
| #define A | ( | a | ) | ((assignment *) (a)) |
Definition at line 72 of file eqndefined.cpp.
Definition at line 74 of file eqndefined.cpp.
| PROP_OPT[] |
{
{ "I2", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q2", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I3", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q3", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I4", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q4", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I5", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q5", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I6", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q6", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I7", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q7", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I8", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q8", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
PROP_NO_PROP }
Definition at line 472 of file eqndefined.cpp.
| PROP_REQ[] |
{
{ "I1", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "Q1", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
PROP_NO_PROP }
Definition at line 468 of file eqndefined.cpp.
1.7.6.1