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

Go to the source code of this file.

Data Structures

class  opamp

Defines

#define NODE_INM   0
#define NODE_INP   1
#define NODE_OUT   2

Variables

 PROP_REQ []
 PROP_OPT []

Define Documentation

#define NODE_INM   0

Definition at line 32 of file opamp.cpp.

#define NODE_INP   1

Definition at line 33 of file opamp.cpp.

#define NODE_OUT   2

Definition at line 34 of file opamp.cpp.


Variable Documentation

Initial value:
 {
  { "Umax", PROP_REAL, { 15, PROP_NO_STR }, PROP_POS_RANGE },
  PROP_NO_PROP }

Definition at line 97 of file opamp.cpp.

Initial value:
 {
  { "G", PROP_REAL, { 1e6, PROP_NO_STR }, PROP_MIN_VAL (1) },
  PROP_NO_PROP }

Definition at line 94 of file opamp.cpp.