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

Go to the source code of this file.

Classes

class  spfile
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "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") },

Definition at line 519 of file spfile.cpp.

PROP_REQ[]
Initial value:
= {
{ "File", PROP_STR, { PROP_NO_VAL, "spfile.snp" }, PROP_NO_RANGE },

Definition at line 516 of file spfile.cpp.