mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
2008-10-11 Stefan Jahn <stefan@lkcc.org>
* rectline.cpp (RectLine): Added 'Material' parameter.
This commit is contained in:
parent
a13e8a96b9
commit
e0040e691f
1
TODO
1
TODO
@ -23,6 +23,7 @@ unfixed) have a look at the file BUGS.
|
||||
|
||||
(completed tasks are indented one tab)
|
||||
|
||||
- eye-diagram implementation
|
||||
- editing long property lines, e.g. for EDD device
|
||||
- what about S-parameter file references in library elements?
|
||||
- Verilog-HDL editor based on VHDL editor
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-10-11 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* rectline.cpp (RectLine): Added 'Material' parameter.
|
||||
|
||||
2008-10-09 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* photodiode.cpp (photodiode): Added new photodiode model. Thanks
|
||||
|
@ -62,6 +62,9 @@ RectLine::RectLine()
|
||||
QObject::tr("specific resistance of conductor")));
|
||||
Props.append(new Property("Temp", "26.85", false,
|
||||
QObject::tr("simulation temperature in degree Celsius")));
|
||||
Props.append(new Property("Material", "unspecified", false,
|
||||
QObject::tr("material parameter for temperature model")+
|
||||
" [unspecified, Copper, StainlessSteel, Gold]"));
|
||||
}
|
||||
|
||||
RectLine::~RectLine()
|
||||
|
Loading…
x
Reference in New Issue
Block a user