My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dff_SR.defs.h
Go to the documentation of this file.
1 /*
2  * dff_SR.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 __dff_SR_DEFS_H__
12 #define __dff_SR_DEFS_H__
13 
14 // required properties
15 PROP_REQ [] = {
16  { "TR_H", PROP_REAL, { 6, PROP_NO_STR }, PROP_RNGII (1.0, 20.0) },
17  { "TR_L", PROP_REAL, { 5, PROP_NO_STR }, PROP_RNGII (1.0, 20.0) },
18  { "Delay", PROP_REAL, { 1e-9, PROP_NO_STR }, PROP_MIN_VAL (0) },
19  PROP_NO_PROP };
20 
21 // optional properties
22 PROP_OPT [] = {
23  { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
24  PROP_NO_PROP };
25 
26 // device definition
27 struct define_t dff_SR::cirdef =
28  { "dff_SR",
30 
31 #endif /* __dff_SR_DEFS_H__ */