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

Go to the source code of this file.

Classes

class  vexp
 

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 93 of file vexp.cpp.

PROP_REQ[]
Initial value:
= {
{ "U1", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
{ "U2", 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 87 of file vexp.cpp.