Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros | Variables
opamp.cpp File Reference
#include "component.h"
#include "opamp.h"

Go to the source code of this file.

Data Structures

class  opamp
 

Macros

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

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Macro Definition 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

PROP_OPT[]
Initial value:
= {
{ "Umax", PROP_REAL, { 15, PROP_NO_STR }, PROP_POS_RANGE },
#define PROP_POS_RANGE
Definition: netdefs.h:129
#define PROP_REAL
Definition: netdefs.h:174
#define PROP_NO_PROP
Definition: netdefs.h:122
#define PROP_NO_STR
Definition: netdefs.h:125

Definition at line 97 of file opamp.cpp.

PROP_REQ[]
Initial value:
= {
{ "G", PROP_REAL, { 1e6, PROP_NO_STR }, PROP_MIN_VAL (1) },
#define PROP_REAL
Definition: netdefs.h:174
#define PROP_NO_PROP
Definition: netdefs.h:122
#define PROP_NO_STR
Definition: netdefs.h:125
#define PROP_MIN_VAL(k)
Definition: netdefs.h:133

Definition at line 94 of file opamp.cpp.