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

Go to the source code of this file.

Classes

class  tswitch
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "Ron", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
{ "Roff", PROP_REAL, { 1e12, PROP_NO_STR }, PROP_POS_RANGE },
{ "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },

Definition at line 110 of file tswitch.cpp.

PROP_REQ[]
Initial value:
= {
{ "init", PROP_STR, { PROP_NO_VAL, "off" }, PROP_RNG_STR2 ("on", "off") },
{ "time", PROP_LIST, { 1e-9, PROP_NO_STR }, PROP_POS_RANGE },

Definition at line 106 of file tswitch.cpp.