mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
* added RF-EDD bitmap
git-svn-id: https://qucs.svn.sourceforge.net/svnroot/qucs/trunk@1471 b5b04e8c-4942-46c9-ab4f-83783d557d1c
This commit is contained in:
parent
0dd946583b
commit
6b2cb010dd
2
NEWS
2
NEWS
@ -28,7 +28,7 @@ Version 0.0.14
|
||||
|
||||
* support for sub- and super-script in graphical text paintings
|
||||
* new components: diac, tria, thyristor, logarithmic amplifier,
|
||||
HICUM L0 v1.12, potentiometer
|
||||
HICUM L0 v1.12, potentiometer, equation defined RF device
|
||||
|
||||
Version 0.0.13
|
||||
--------------
|
||||
|
@ -45,7 +45,7 @@ XPMS = ac_voltage.png arrow.png capacitor.png dc_current.png dc_voltage.png \
|
||||
vhdlfile.png subcircuit.png optimize.png tline_4port.png twistedpair.png \
|
||||
bondwire.png npn_therm.png npnsub_therm.png iexp.png vexp.png edd.png \
|
||||
vfile.png ifile.png mod_amp.png thyristor.png triac.png diac.png \
|
||||
log_amp.png pnp_therm.png pnpsub_therm.png potentiometer.png
|
||||
log_amp.png pnp_therm.png pnpsub_therm.png potentiometer.png rfedd.png
|
||||
|
||||
# toolbar pictures
|
||||
PNGS = fileopen.png filesave.png editdelete.png editcut.png editcopy.png \
|
||||
|
BIN
qucs/bitmaps/rfedd.png
Normal file
BIN
qucs/bitmaps/rfedd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 320 B |
@ -38,7 +38,7 @@ RFedd::RFedd()
|
||||
QObject::tr("number of ports")));
|
||||
Props.append(new Property("duringDC", "open", false,
|
||||
QObject::tr("representation during DC analysis")+
|
||||
" [open, short, unspecified]"));
|
||||
" [open, short, unspecified, zerofrequency]"));
|
||||
|
||||
// last properties
|
||||
Props.append(new Property("P11", "0", false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user