My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Variables
spsolver.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "logging.h"
#include "complex.h"
#include "object.h"
#include "node.h"
#include "circuit.h"
#include "strlist.h"
#include "vector.h"
#include "matvec.h"
#include "dataset.h"
#include "net.h"
#include "analysis.h"
#include "sweep.h"
#include "nodelist.h"
#include "netdefs.h"
#include "characteristic.h"
#include "spsolver.h"
#include "constants.h"
#include "components/component_id.h"
#include "components/tee.h"
#include "components/open.h"
#include "components/itrafo.h"
#include "components/cross.h"
#include "components/ground.h"
Include dependency graph for spsolver.cpp:

Go to the source code of this file.

Classes

class  spsolver
 

Macros

#define USE_GROUNDS   1
 
#define USE_CROSSES   1
 
#define SORTED_LIST   1
 
#define TINYS   (NR_TINY * 1.235)
 

Variables

 PROP_REQ []
 
 PROP_OPT []
 

Macro Definition Documentation

#define SORTED_LIST   1

Definition at line 60 of file spsolver.cpp.

#define TINYS   (NR_TINY * 1.235)

Definition at line 62 of file spsolver.cpp.

#define USE_CROSSES   1

Definition at line 59 of file spsolver.cpp.

#define USE_GROUNDS   1

Definition at line 58 of file spsolver.cpp.

Variable Documentation

PROP_OPT[]
Initial value:
= {
{ "Noise", PROP_STR, { PROP_NO_VAL, "no" }, PROP_RNG_YESNO },
{ "NoiseIP", PROP_INT, { 1, PROP_NO_STR }, PROP_RNGII (1, MAX_PORTS) },
{ "NoiseOP", PROP_INT, { 2, PROP_NO_STR }, PROP_RNGII (1, MAX_PORTS) },
{ "Start", PROP_REAL, { 1e9, PROP_NO_STR }, PROP_POS_RANGE },
{ "Stop", PROP_REAL, { 10e9, PROP_NO_STR }, PROP_POS_RANGE },
{ "Points", PROP_INT, { 10, PROP_NO_STR }, PROP_MIN_VAL (2) },
{ "Values", PROP_LIST, { 10, PROP_NO_STR }, PROP_POS_RANGE },
{ "saveCVs", PROP_STR, { PROP_NO_VAL, "no" }, PROP_RNG_YESNO },
{ "saveAll", PROP_STR, { PROP_NO_VAL, "no" }, PROP_RNG_YESNO },

Definition at line 1110 of file spsolver.cpp.

PROP_REQ[]
Initial value:
= {
{ "Type", PROP_STR, { PROP_NO_VAL, "lin" }, PROP_RNG_TYP },

Definition at line 1107 of file spsolver.cpp.