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

Go to the source code of this file.

Data Structures

class  rfedd

Defines

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

Variables

 PROP_REQ []
 PROP_OPT []

Define Documentation

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

Definition at line 87 of file rfedd.cpp.


Variable Documentation

Definition at line 388 of file rfedd.cpp.

Initial value:
 {
  { "Type", PROP_STR, { PROP_NO_VAL, "Y" },
    PROP_RNG_STR7 ("Y", "Z", "S", "H", "G", "A", "T") },
  { "duringDC", PROP_STR, { PROP_NO_VAL, "open" },
    PROP_RNG_STR4  ("open", "short", "unspecified", "zerofrequency") },
  { "P11", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
  PROP_NO_PROP }

Definition at line 381 of file rfedd.cpp.