|
Qucs-core
0.0.19
|
amplifier class implementation More...

Go to the source code of this file.
Data Structures | |
| class | amplifier |
Variables | |
| PROP_REQ [] | |
| PROP_OPT [] | |
amplifier class implementation
An ideal amplifier increases signal strength from input to output and blocks all signals flowing into the output.
Definition in file amplifier.cpp.
| PROP_OPT[] |
{
{ "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) },
PROP_NO_PROP }
Definition at line 138 of file amplifier.cpp.
| PROP_REQ[] |
{
{ "G", PROP_REAL, { 10, PROP_NO_STR }, PROP_MIN_VAL (1) },
PROP_NO_PROP }
Definition at line 135 of file amplifier.cpp.
1.7.6.1