Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Variables
vrect.cpp File Reference
#include "component.h"
#include "vrect.h"

Go to the source code of this file.

Data Structures

class  vrect
 

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 },
{ "Td", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
#define PROP_POS_RANGE
Definition: netdefs.h:129
#define PROP_REAL
Definition: netdefs.h:174
#define PROP_NO_PROP
Definition: netdefs.h:122
#define PROP_NO_RANGE
Definition: netdefs.h:126
#define PROP_NO_STR
Definition: netdefs.h:125

Definition at line 105 of file vrect.cpp.

PROP_REQ[]
Initial value:
= {
{ "U", PROP_REAL, { 1, PROP_NO_STR }, PROP_NO_RANGE },
{ "TH", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
{ "TL", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
#define PROP_POS_RANGE
Definition: netdefs.h:129
#define PROP_REAL
Definition: netdefs.h:174
#define PROP_NO_PROP
Definition: netdefs.h:122
#define PROP_NO_RANGE
Definition: netdefs.h:126
#define PROP_NO_STR
Definition: netdefs.h:125

Definition at line 100 of file vrect.cpp.