{% extends "VirtualDatasheet_BaseTemplate.html" %} {% block content %}

{% for key, value in trans.items() %} {% if not key == 'c_plots' %} {% if value is string %} {% if key == 'Datasheet_hyperlink' %} {% else %} {% endif %} {% else %} {% endif %} {% endif %} {% endfor %}

Transistor Specifications

Value
Units
{{ key }} {{trans["Manufacturer"]}}{{ value }} - {{ value[1] }} {{ value[0] }}


{% for key, value in switch.items() %} {% if not (key == 'channel_plots' or key == 'energy_plots' or key == 'energy_plots_r' or key == 'imp_plot') %} {% if value is string %} {% else %} {% endif %} {% endif %} {% endfor %}

{{trans["Type"]}} Specifications

{{ key }}{{ value }} - {{ value[1] }} {{ value[0] }}


{% for key, value in diode.items() %} {% if not (key == 'channel_plots' or key == 'energy_plots' or key == 'energy_plots_r' or key == 'imp_plot') %} {% if value is string %} {% else %} {% endif %} {% endif %} {% endfor %}

Diode Specifications

{{ key }}{{ value }} - {{ value[1] }} {{ value[0] }}

{{trans["Type"]}} Characteristic Plots

Voltage dependant Capacitance
{% if switch['channel_plots'] is mapping %} {% for key, value in switch['channel_plots'].items() %}
Channel at {{ key }}°C
{% endfor %} {% else %}
Channel plots
{% endif %}
Energy plots
{% if switch['energy_plots_r'] is not none %}
Energy plots
{% endif %} {% if switch['imp_plot'] is not none %}
Impedance plots
{% endif %}

Diode Characteristic Plots

Channel plots
{% if diode['energy_plots'] is not none %}
Energy plots
{% endif %} {% if diode['energy_plots_r'] is not none %}
Energy plots
{% endif %} {% if diode['imp_plot'] is not none %}
Impedance plots
{% endif %}
{% endblock %}