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

Go to the source code of this file.

Classes

class  vvnoise
 

Macros

#define NODE_V1P   0
 
#define NODE_V1N   3
 
#define NODE_V2P   1
 
#define NODE_V2N   2
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Macro Definition Documentation

#define NODE_V1N   3

Definition at line 33 of file vvnoise.cpp.

#define NODE_V1P   0

Definition at line 32 of file vvnoise.cpp.

#define NODE_V2N   2

Definition at line 35 of file vvnoise.cpp.

#define NODE_V2P   1

Definition at line 34 of file vvnoise.cpp.

Variable Documentation

PROP_OPT[]
Initial value:

Definition at line 106 of file vvnoise.cpp.

PROP_REQ[]
Initial value:
= {
{ "v1", PROP_REAL, { 1e-6, PROP_NO_STR }, PROP_POS_RANGE },
{ "v2", PROP_REAL, { 1e-6, PROP_NO_STR }, PROP_POS_RANGE },
{ "C", PROP_REAL, { 0.5, PROP_NO_STR }, PROP_RNGII (-1, 1) },

Definition at line 101 of file vvnoise.cpp.