My Project
0.0.16
QUCS Mapping
|
#include <check_touchstone.h>
Public Attributes | |
const char * | unit |
char | parameter |
const char * | format |
double | resistance |
double | factor |
int | ports |
int | noise |
int | lines |
Definition at line 48 of file check_touchstone.h.
double touchstone_t::factor |
Definition at line 53 of file check_touchstone.h.
const char* touchstone_t::format |
Definition at line 51 of file check_touchstone.h.
int touchstone_t::lines |
Definition at line 56 of file check_touchstone.h.
int touchstone_t::noise |
Definition at line 55 of file check_touchstone.h.
char touchstone_t::parameter |
Definition at line 50 of file check_touchstone.h.
int touchstone_t::ports |
Definition at line 54 of file check_touchstone.h.
double touchstone_t::resistance |
Definition at line 52 of file check_touchstone.h.
const char* touchstone_t::unit |
Definition at line 49 of file check_touchstone.h.