{% extends "VirtualDatasheet_BaseTemplate.html" %} {% block content %} {% set dPlotCnt = 0 %} {% set sPlotCnt = 0 %} {% if diode['energy_plots_r'] is not none %} {% set dPlotCnt = dPlotCnt + 1 %} {% endif %} {% if diode['imp_plot'] is not none %} {% set dPlotCnt = dPlotCnt + 1 %} {% endif %} {% if switch['energy_plots'] is not none %} {% set sPlotCnt = sPlotCnt + 1 %} {% endif %} {% if switch['energy_plots_r'] is not none %} {% set sPlotCnt = sPlotCnt + 1 %} {% endif %} {% if switch['imp_plot'] is not none %} {% set sPlotCnt = sPlotCnt + 1 %} {% endif %}
Transistor Specifications |
Value |
Units |
|||
---|---|---|---|---|---|
{{ key }} | {% if value is string %} {% if key == 'Datasheet_hyperlink' %}{{trans["Manufacturer"]}} | {% else %}{{ value }} | {% endif %}- | {% else %}{{ value[1] }} | {{ value[0] }} | {% endif %}
{{trans["Type"]}} Specifications |
||||
---|---|---|---|---|
{{ key }} | {% if value is string %}{{ value }} | - | {% else %}{{ value[1] }} | {{ value[0] }} | {% endif %}
Diode Specifications |
||||
---|---|---|---|---|
{{ key }} | {% if value is string %}{{ value }} | - | {% else %}{{ value[1] }} | {{ value[0] }} | {% endif %}