My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Variables
parasweep.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "logging.h"
#include "complex.h"
#include "object.h"
#include "vector.h"
#include "dataset.h"
#include "net.h"
#include "netdefs.h"
#include "ptrlist.h"
#include "analysis.h"
#include "variable.h"
#include "environment.h"
#include "sweep.h"
#include "parasweep.h"
Include dependency graph for parasweep.cpp:

Go to the source code of this file.

Classes

class  parasweep
 

Macros

#define D(con)   ((constant *) (con))->d
 
#define E(equ)   ((eqn::node *) (equ))
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Macro Definition Documentation

#define D (   con)    ((constant *) (con))->d

Definition at line 76 of file parasweep.cpp.

#define E (   equ)    ((eqn::node *) (equ))

Definition at line 77 of file parasweep.cpp.

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "Points", PROP_INT, { 5, PROP_NO_STR }, PROP_MIN_VAL (2) },
{ "Stop", PROP_REAL, { 50, PROP_NO_STR }, PROP_NO_RANGE },
{ "Start", PROP_REAL, { 5, PROP_NO_STR }, PROP_NO_RANGE },
{ "Values", PROP_LIST, { 5, PROP_NO_STR }, PROP_NO_RANGE },

Definition at line 201 of file parasweep.cpp.

PROP_REQ[]
Initial value:
= {
{ "Type", PROP_STR, { PROP_NO_VAL, "lin" }, PROP_RNG_TYP },
{ "Param", PROP_STR, { PROP_NO_VAL, "R1" }, PROP_NO_RANGE },
{ "Sim", PROP_STR, { PROP_NO_VAL, "DC1" }, PROP_NO_RANGE },

Definition at line 196 of file parasweep.cpp.