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

Go to the source code of this file.

Data Structures

class  iac

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:
 {
  { "Phase", PROP_REAL, { 0, PROP_NO_STR }, PROP_RNGII (-360, 360) },
  { "Theta", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  { "f", PROP_REAL, { 1e9, PROP_NO_STR }, PROP_POS_RANGE },
  PROP_NO_PROP }

Definition at line 75 of file iac.cpp.

Initial value:
 {
  { "I", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_NO_RANGE }, PROP_NO_PROP }

Definition at line 73 of file iac.cpp.