From 35675d785cc4ccac5fed50a892f49b3cffd050cd Mon Sep 17 00:00:00 2001 From: ela Date: Tue, 6 Mar 2007 18:30:47 +0000 Subject: [PATCH] 2007-03-06 Stefan Jahn * twistedpair.cpp (TwistedPair): Added some new properties necessary for the loss and noise models. --- THANKS | 2 +- qucs-attenuator/qucsattenuator.1 | 2 +- qucs-filter/qucsfilter.1 | 2 +- qucs/components/ChangeLog | 7 ++++++- qucs/components/twistedpair.cpp | 16 ++++++++++++---- qucs/qucs_de.ts | 2 +- 6 files changed, 22 insertions(+), 9 deletions(-) diff --git a/THANKS b/THANKS index 1c8f4e1b..4d6aaf72 100644 --- a/THANKS +++ b/THANKS @@ -55,7 +55,7 @@ Jose L. Redrejo Rodriguez for Vincent Habchi, F5RCS <10.50@free.fr> for the French translations. Also for contributing to the filter synthesis program. -Toyoyuki Ishikawa for the Japanese +Toyoyuki Ishikawa for the Japanese translations. Also for initiating the filter synthesis and attenuator synthesis program. diff --git a/qucs-attenuator/qucsattenuator.1 b/qucs-attenuator/qucsattenuator.1 index 17fcd9e7..8d45892d 100644 --- a/qucs-attenuator/qucsattenuator.1 +++ b/qucs-attenuator/qucsattenuator.1 @@ -37,5 +37,5 @@ Copyright \(co 2006 Michael Margraf This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH AUTHORS -Written by Toyoyuki Ishikawa and Michael +Written by Toyoyuki Ishikawa and Michael Margraf . diff --git a/qucs-filter/qucsfilter.1 b/qucs-filter/qucsfilter.1 index 7389a993..2fdc1967 100644 --- a/qucs-filter/qucsfilter.1 +++ b/qucs-filter/qucsfilter.1 @@ -36,5 +36,5 @@ Copyright \(co 2005 Michael Margraf This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH AUTHORS -Written by Toyoyuki Ishikawa and Michael +Written by Toyoyuki Ishikawa and Michael Margraf . diff --git a/qucs/components/ChangeLog b/qucs/components/ChangeLog index 49894175..d09636ab 100644 --- a/qucs/components/ChangeLog +++ b/qucs/components/ChangeLog @@ -1,6 +1,11 @@ +2007-03-06 Stefan Jahn + + * twistedpair.cpp (TwistedPair): Added some new properties + necessary for the loss and noise models. + 2007-02-04 Stefan Jahn - * mscross.cpp (MScross): Added microstrip model selctors + * mscross.cpp (MScross): Added microstrip model selectors to the properties of the microstrip cross. 2006-10-29 Stefan Jahn diff --git a/qucs/components/twistedpair.cpp b/qucs/components/twistedpair.cpp index a2d28e40..927eedbf 100644 --- a/qucs/components/twistedpair.cpp +++ b/qucs/components/twistedpair.cpp @@ -59,12 +59,20 @@ TwistedPair::TwistedPair() QObject::tr("diameter of conductor"))); Props.append(new Property("D", "0.8 mm", true, QObject::tr("diameter of wire (conductor and insulator)"))); - Props.append(new Property("er", "4", false, - QObject::tr("dielectric constant of insulator"))); - Props.append(new Property("T", "100", false, - QObject::tr("twists per length in 1/m"))); Props.append(new Property("L", "1.5", true, QObject::tr("physical length of the line"))); + Props.append(new Property("T", "100", false, + QObject::tr("twists per length in 1/m"))); + Props.append(new Property("er", "4", false, + QObject::tr("dielectric constant of insulator"))); + Props.append(new Property("mur", "1", false, + QObject::tr("relative permeability of conductor"))); + Props.append(new Property("rho", "0.022e-6", false, + QObject::tr("specific resistance of conductor"))); + Props.append(new Property("tand", "4e-4", false, + QObject::tr("loss tangent"))); + Props.append(new Property("Temp", "26.85", false, + QObject::tr("simulation temperature in degree Celsius"))); } TwistedPair::~TwistedPair() diff --git a/qucs/qucs_de.ts b/qucs/qucs_de.ts index be27f38b..5b37120b 100644 --- a/qucs/qucs_de.ts +++ b/qucs/qucs_de.ts @@ -5230,7 +5230,7 @@ Verwendung: qucsedit [-r] Datei high-injection knee current (0=infinity) - + Knickstrom bei Hochinjektion (0=unendlich)