Problema en QUCS. Librería de LED no funciona

Buenas noches a todos, les comento el problema que tengo con el programa Qucs. Hace un día lo instalé en una netbook Exomate X352 con Lubuntu 18.04 y el programa funciona bien, el problema que tengo es con la librería de LEDs que no carga los componentes en cuestión, en su lugar aparece un cuadrado en pantalla en lugar de la figura del componente como se puede ver en la imagen adjunta, aparentemente el programa se instaló bien solo que esta librería es como que está "vacía". Por supuesto, en estas condiciones haciendo un circuito que incluya leds la simulación me produce un error ("no se puede simular texto") y se detiene.
El programa lo instalé compilando desde la página de Sourceforge porque los repositorios de Ubuntu no funcionan (¿?).

2019-11-16-002744_1024x600_scrot.png
Este es el código de la librería de leds, no funciona ninguno:

Código:
<Qucs Library 0.0.10 "LEDs">

<Component infrared>
  <Description>
    classical infra-red light emitting diode
    1.7V @ 20mA, U_rev_break = 5V
  </Description>
  <Model>
    .Def:LEDs_infrared _netC _netA
      Diode:D_IR _netC _netA Is="1e-10 A" N="3.45" Cj0="3 pF" M="0.5" Vj="0.7 V" Fc="0.5" Cp="0.0 fF" Isr="0.0" Nr="2.0" Rs="0.1 Ohm" Tt="4.0 us" Temp="26.85" Kf="0.0" Af="1.0" Ffe="1.0" Bv="5" Ibv="10 uA" Xti="3.0" Eg="1.11" Tbv="0.0" Trs="0.0" Ttt1="0.0" Ttt2="0.0" Tm1="0.0" Tm2="0.0" Tnom="26.85" Area="1.0"
      R:Rleak _netA _netC R="50 MOhm" Temp="26.85"
    .Def:End
  </Model>
  <Symbol>
    <.ID -26 13 D>
    <Line -30 0 60 0 #000080 2 1>
    <Line -6 -9 0 18 #000080 2 1>
    <Line 6 -9 0 18 #000080 2 1>
    <Line -6 0 12 -9 #000080 2 1>
    <Line -6 0 12 9 #000080 2 1>
    <Arrow -5 -13 -10 -10 9 3 #000080 2 1 1>
    <Arrow 5 -13 -10 -10 9 3 #000080 2 1 1>
    <.PortSym -30 0 1 0>
    <.PortSym 30 0 2 180>
  </Symbol>
</Component>

<Component red>
  <Description>
    classical red light emitting diode
    2.0V @ 20mA, U_rev_break = 5V
  </Description>
  <Model>
    .Def:LEDs_red _netC _netA
      Diode:D_red _netC _netA Is="1e-10 A" N="4.09" Cj0="3 pF" M="0.5" Vj="0.7 V" Fc="0.5" Cp="0.0 fF" Isr="0.0" Nr="2.0" Rs="0.1 Ohm" Tt="4.0 us" Temp="26.85" Kf="0.0" Af="1.0" Ffe="1.0" Bv="5" Ibv="10 uA" Xti="3.0" Eg="1.11" Tbv="0.0" Trs="0.0" Ttt1="0.0" Ttt2="0.0" Tm1="0.0" Tm2="0.0" Tnom="26.85" Area="1.0"
      R:Rleak _netA _netC R="50 MOhm" Temp="26.85"
    .Def:End
  </Model>
  <Symbol>
    <.ID -26 13 D>
    <Line -30 0 60 0 #000080 2 1>
    <Line -6 -9 0 18 #000080 2 1>
    <Line 6 -9 0 18 #000080 2 1>
    <Line -6 0 12 -9 #000080 2 1>
    <Line -6 0 12 9 #000080 2 1>
    <Arrow -5 -13 -10 -10 9 3 #ff0000 2 1 1>
    <Arrow 5 -13 -10 -10 9 3 #ff0000 2 1 1>
    <.PortSym -30 0 1 0>
    <.PortSym 30 0 2 180>
  </Symbol>
</Component>

<Component yellow>
  <Description>
    classical yellow light emitting diode
    2.2V @ 20mA, U_rev_break = 5V
  </Description>
  <Model>
    .Def:LEDs_yellow _netC _netA
      Diode:D_yellow _netC _netA Is="1e-10 A" N="4.45" Cj0="3 pF" M="0.5" Vj="0.7 V" Fc="0.5" Cp="0.0 fF" Isr="0.0" Nr="2.0" Rs="0.1 Ohm" Tt="4.0 us" Temp="26.85" Kf="0.0" Af="1.0" Ffe="1.0" Bv="5" Ibv="10 uA" Xti="3.0" Eg="1.11" Tbv="0.0" Trs="0.0" Ttt1="0.0" Ttt2="0.0" Tm1="0.0" Tm2="0.0" Tnom="26.85" Area="1.0"
      R:Rleak _netA _netC R="50 MOhm" Temp="26.85"
    .Def:End
  </Model>
  <Symbol>
    <.ID -26 13 D>
    <Line -30 0 60 0 #000080 2 1>
    <Line -6 -9 0 18 #000080 2 1>
    <Line 6 -9 0 18 #000080 2 1>
    <Line -6 0 12 -9 #000080 2 1>
    <Line -6 0 12 9 #000080 2 1>
    <Arrow -5 -13 -10 -10 9 3 #E0E000 2 1 1>
    <Arrow 5 -13 -10 -10 9 3 #E0E000 2 1 1>
    <.PortSym -30 0 1 0>
    <.PortSym 30 0 2 180>
  </Symbol>
</Component>

<Component green>
  <Description>
    classical green light emitting diode
    2.7V @ 20mA, U_rev_break = 5V
  </Description>
  <Model>
    .Def:LEDs_green _netC _netA
      Diode:D_green _netC _netA Is="1e-10 A" N="5.45" Cj0="3 pF" M="0.5" Vj="0.7 V" Fc="0.5" Cp="0.0 fF" Isr="0.0" Nr="2.0" Rs="0.1 Ohm" Tt="4.0 us" Temp="26.85" Kf="0.0" Af="1.0" Ffe="1.0" Bv="5" Ibv="10 uA" Xti="3.0" Eg="1.11" Tbv="0.0" Trs="0.0" Ttt1="0.0" Ttt2="0.0" Tm1="0.0" Tm2="0.0" Tnom="26.85" Area="1.0"
      R:Rleak _netA _netC R="50 MOhm" Temp="26.85"
    .Def:End
  </Model>
  <Symbol>
    <.ID -26 13 D>
    <Line -30 0 60 0 #000080 2 1>
    <Line -6 -9 0 18 #000080 2 1>
    <Line 6 -9 0 18 #000080 2 1>
    <Line -6 0 12 -9 #000080 2 1>
    <Line -6 0 12 9 #000080 2 1>
    <Arrow -5 -13 -10 -10 9 3 #00C000 2 1 1>
    <Arrow 5 -13 -10 -10 9 3 #00C000 2 1 1>
    <.PortSym -30 0 1 0>
    <.PortSym 30 0 2 180>
  </Symbol>
</Component>

<Component blue>
  <Description>
    classical blue light emitting diode
    3.3V @ 20mA, U_rev_break = 5V
  </Description>
  <Model>
    .Def:LEDs_blue _netC _netA
      Diode:D_blue _netC _netA Is="1e-10 A" N="6.68" Cj0="3 pF" M="0.5" Vj="0.7 V" Fc="0.5" Cp="0.0 fF" Isr="0.0" Nr="2.0" Rs="0.1 Ohm" Tt="4.0 us" Temp="26.85" Kf="0.0" Af="1.0" Ffe="1.0" Bv="5" Ibv="10 uA" Xti="3.0" Eg="1.11" Tbv="0.0" Trs="0.0" Ttt1="0.0" Ttt2="0.0" Tm1="0.0" Tm2="0.0" Tnom="26.85" Area="1.0"
      R:Rleak _netA _netC R="50 MOhm" Temp="26.85"
    .Def:End
  </Model>
  <Symbol>
    <.ID -26 13 D>
    <Line -30 0 60 0 #000080 2 1>
    <Line -6 -9 0 18 #000080 2 1>
    <Line 6 -9 0 18 #000080 2 1>
    <Line -6 0 12 -9 #000080 2 1>
    <Line -6 0 12 9 #000080 2 1>
    <Arrow -5 -13 -10 -10 9 3 #0000ff 2 1 1>
    <Arrow 5 -13 -10 -10 9 3 #0000ff 2 1 1>
    <.PortSym -30 0 1 0>
    <.PortSym 30 0 2 180>
  </Symbol>
</Component>
 
Última edición:
Atrás
Arriba