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

Go to the source code of this file.

Classes

class  iexp
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "Tr", PROP_REAL, { 1e-9, PROP_NO_STR }, PROP_POS_RANGE },
{ "Tf", PROP_REAL, { 1e-9, PROP_NO_STR }, PROP_POS_RANGE },

Definition at line 92 of file iexp.cpp.

PROP_REQ[]
Initial value:
= {
{ "I1", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "I2", PROP_REAL, { 1, PROP_NO_STR }, PROP_NO_RANGE },
{ "T1", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
{ "T2", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },

Definition at line 86 of file iexp.cpp.