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

Go to the source code of this file.

Data Structures

class  relais

Defines

#define REAL_OFF   0
#define REAL_ON   1
#define HYST_OFF   2
#define HYST_ON   3

Variables

 PROP_REQ []
 PROP_OPT []

Define Documentation

#define HYST_OFF   2

Definition at line 73 of file relais.cpp.

#define HYST_ON   3

Definition at line 74 of file relais.cpp.

#define REAL_OFF   0

Definition at line 71 of file relais.cpp.

#define REAL_ON   1

Definition at line 72 of file relais.cpp.


Variable Documentation

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) },
  PROP_NO_PROP }

Definition at line 123 of file relais.cpp.

Initial value:
 {
  { "Vt", PROP_REAL, { 0.5, PROP_NO_STR }, PROP_NO_RANGE },
  { "Vh", PROP_REAL, { 0.1, PROP_NO_STR }, PROP_POS_RANGE },
  PROP_NO_PROP }

Definition at line 119 of file relais.cpp.