Qucs-core  0.0.19
Data Structures | Variables
vfile.cpp File Reference
#include "component.h"
#include "dataset.h"
#include "poly.h"
#include "spline.h"
#include "interpolator.h"
#include "vfile.h"
Include dependency graph for vfile.cpp:

Go to the source code of this file.

Data Structures

class  vfile

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:
 {
  { "Interpolator", PROP_STR, { PROP_NO_VAL, "linear" },
    PROP_RNG_STR3 ("hold", "linear", "cubic") },
  { "Repeat", PROP_STR, { PROP_NO_VAL, "no" }, PROP_RNG_YESNO },
  { "G", PROP_REAL, { 1, PROP_NO_STR }, PROP_NO_RANGE },
  { "T", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  PROP_NO_PROP }

Definition at line 136 of file vfile.cpp.

Initial value:
 {
  { "File", PROP_STR, { PROP_NO_VAL, "vfile.dat" }, PROP_NO_RANGE },
  PROP_NO_PROP }

Definition at line 133 of file vfile.cpp.