My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dmux3to8.defs.h
Go to the documentation of this file.
1 /*
2  * dmux3to8.defs.h - device definition header
3  *
4  * This is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2, or (at your option)
7  * any later version.
8  *
9  */
10 
11 #ifndef __dmux3to8_DEFS_H__
12 #define __dmux3to8_DEFS_H__
13 
14 // required properties
15 PROP_REQ [] = {
16  { "TR", PROP_REAL, { 6, PROP_NO_STR }, PROP_RNGII (1.0, 20.0) },
17  { "Delay", PROP_REAL, { (1*1.0e-9), PROP_NO_STR }, PROP_MIN_VAL (0) },
18  PROP_NO_PROP };
19 
20 // optional properties
21 PROP_OPT [] = {
22  { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
23  PROP_NO_PROP };
24 
25 // device definition
26 struct define_t dmux3to8::cirdef =
27  { "dmux3to8",
29 
30 #endif /* __dmux3to8_DEFS_H__ */