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

Go to the source code of this file.

Data Structures

class  vam

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:
 {
  { "Phase", PROP_REAL, { 0, PROP_NO_STR }, PROP_RNGII (-360, 360) },
  PROP_NO_PROP }

Definition at line 79 of file vam.cpp.

Initial value:
 {
  { "U", PROP_REAL, { 1, PROP_NO_STR }, PROP_NO_RANGE },
  { "f", PROP_REAL, { 1e9, PROP_NO_STR }, PROP_POS_RANGE },
  { "m", PROP_REAL, { 1, PROP_NO_STR }, PROP_RNGII (0, 1) },
  PROP_NO_PROP }

Definition at line 74 of file vam.cpp.