My Project
0.0.16
QUCS Mapping
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "logging.h"
#include "complex.h"
#include "object.h"
#include "vector.h"
#include "matrix.h"
#include "matvec.h"
#include "dataset.h"
#include "strlist.h"
#include "constants.h"
#include "check_touchstone.h"
Go to the source code of this file.
Macros | |
#define | ZREF 50.0 /* reference impedance */ |
Functions | |
int | touchstone_check (void) |
void | touchstone_destroy (void) |
void | touchstone_init (void) |
Variables | |
strlist * | touchstone_idents = NULL |
dataset * | touchstone_result = NULL |
vector * | touchstone_vector = NULL |
struct touchstone_t | touchstone_options |
#define ZREF 50.0 /* reference impedance */ |
Definition at line 46 of file check_touchstone.cpp.
int touchstone_check | ( | void | ) |
Definition at line 418 of file check_touchstone.cpp.
void touchstone_destroy | ( | void | ) |
void touchstone_init | ( | void | ) |
strlist* touchstone_idents = NULL |
Definition at line 48 of file check_touchstone.cpp.
struct touchstone_t touchstone_options |
Definition at line 53 of file check_touchstone.cpp.
dataset* touchstone_result = NULL |
Definition at line 49 of file check_touchstone.cpp.
vector* touchstone_vector = NULL |
Definition at line 50 of file check_touchstone.cpp.