Qucs-core  0.0.19
Data Structures | Defines | Variables
eqndefined.cpp File Reference
#include "component.h"
#include "equation.h"
#include "environment.h"
#include "device.h"
#include "eqndefined.h"
Include dependency graph for eqndefined.cpp:

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 Documentation

#define A (   a)    ((assignment *) (a))

Definition at line 72 of file eqndefined.cpp.

#define BP (   n)    real (getV (n * 2 + 0) - getV (n * 2 + 1))

Definition at line 74 of file eqndefined.cpp.

#define C (   c)    ((constant *) (c))

Definition at line 73 of file eqndefined.cpp.


Variable Documentation

Initial value:
 {
  { "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.

Initial value:
 {
  { "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.