Qucs-core  0.0.19
Data Structures | Variables
tline.cpp File Reference
#include "component.h"
#include "tline.h"
Include dependency graph for tline.cpp:

Go to the source code of this file.

Data Structures

class  tline

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:
 {
  { "Alpha", PROP_REAL, { 1, PROP_NO_STR }, PROP_POS_RANGEX },
  { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
  PROP_NO_PROP }

Definition at line 168 of file tline.cpp.

Initial value:
 {
  { "Z", PROP_REAL, { 50, PROP_NO_STR }, PROP_POS_RANGE },
  { "L", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_NO_RANGE },
  PROP_NO_PROP }

Definition at line 164 of file tline.cpp.