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

Go to the source code of this file.

Data Structures

class  pac

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:
 {
  { "P", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
  PROP_NO_PROP }

Definition at line 115 of file pac.cpp.

Initial value:
 {
  { "f", PROP_REAL, { 1e9, PROP_NO_STR }, PROP_POS_RANGE },
  { "Z", PROP_REAL, { 50, PROP_NO_STR }, PROP_POS_RANGEX },
  { "Num", PROP_INT, { 1, PROP_NO_STR }, PROP_RNGII (1, MAX_PORTS) },
  PROP_NO_PROP }

Definition at line 110 of file pac.cpp.