Qucs-core
0.0.19
|
#include "component.h"
#include "matvec.h"
#include "dataset.h"
#include "strlist.h"
#include "poly.h"
#include "spline.h"
#include "interpolator.h"
#include "spfile.h"
Go to the source code of this file.
Data Structures | |
class | spfile |
Variables | |
PROP_REQ [] | |
PROP_OPT [] |
PROP_OPT[] |
{ { "Data", PROP_STR, { PROP_NO_VAL, "polar" }, PROP_RNG_STR2 ("rectangular", "polar") }, { "Interpolator", PROP_STR, { PROP_NO_VAL, "linear" }, PROP_RNG_STR2 ("linear", "cubic") }, { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) }, { "duringDC", PROP_STR, { PROP_NO_VAL, "open" }, PROP_RNG_STR4 ("open", "short", "shortall", "unspecified") }, PROP_NO_PROP }
Definition at line 523 of file spfile.cpp.
PROP_REQ[] |
{ { "File", PROP_STR, { PROP_NO_VAL, "spfile.snp" }, PROP_NO_RANGE }, PROP_NO_PROP }
Definition at line 520 of file spfile.cpp.