My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Variables
amplifier.cpp File Reference
#include "component.h"
#include "amplifier.h"
Include dependency graph for amplifier.cpp:

Go to the source code of this file.

Classes

class  amplifier
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "Z1", PROP_REAL, { 50, PROP_NO_STR }, PROP_POS_RANGE },
{ "Z2", PROP_REAL, { 50, PROP_NO_STR }, PROP_POS_RANGE },
{ "NF", PROP_REAL, { 1, PROP_NO_STR }, PROP_MIN_VAL (1) },

Definition at line 136 of file amplifier.cpp.

PROP_REQ[]
Initial value:
= {
{ "G", PROP_REAL, { 10, PROP_NO_STR }, PROP_MIN_VAL (1) },

Definition at line 133 of file amplifier.cpp.