{% extends "VirtualDatasheet_BaseTemplate.html" %} {% block content %} {% set pagesReqForDiode = 1 %} {% set pagesReqForSwitch = 1 %} {% set diode_plots = {} %} {% set switch_plots = {} %} {% set trans_plots = {} %} {% set trans_title = {'c_plots': 'Voltage dependant Capacitance'} %} {% set switch_title = {'channel_plots': 'Channel Characteristics', 'energy_plots': 'Current vs Energy curves', 'energy_plots_r': 'Rg vs Energy curves', 'r_channel_th_plot':'On Resistance plots', 'charge_curve':'Gate charge,Qg','imp_plot':'Impedance plot', 'soa':'Safe operating Area'} %} {% set diode_title = {'channel_plots': 'Channel Characteristics', 'energy_plots': 'Current vs Energy curves', 'energy_plots_r': 'Rg vs Energy curves', 'imp_plot':'Impedance plot', 'soa':'Safe operating Area' } %} {% for key, value in diode['plots'].items() %} {% if value is mapping and value|length > 0 %} {% for channel_key, channel_value in value.items() %} {% if channel_value is not none %} {% do diode_plots.update({channel_key: channel_value}) %} {% endif %} {% endfor %} {% else %} {% if value is not none %} {% do diode_plots.update({key: value}) %} {% endif %} {% endif %} {% endfor %} {% if diode['foster_plot']['imp_plot'] is not none %} {% do diode_plots.update({'imp_plot': diode['foster_plot']['imp_plot']}) %} {% endif %} {% for key, value in switch['plots'].items() %} {% if value is mapping and value|length > 0 %} {% for channel_key, channel_value in value.items() %} {% if channel_value is not none %} {% do switch_plots.update({channel_key: channel_value}) %} {% endif %} {% endfor %} {% else %} {% if value is not none %} {% do switch_plots.update({key: value}) %} {% endif %} {% endif %} {% endfor %} {% if switch['foster_plot']['imp_plot'] is not none %} {% do switch_plots.update({'imp_plot': switch['foster_plot']['imp_plot']}) %} {% endif %} {% for key, item in trans['plots'].items() %} {% if item is not none %} {% do trans_plots.update({key: item}) %} {% endif %} {% endfor %} {% if switch_plots|length > 6 %} {% set pagesReqForSwitch = 2 %} {% endif %} {% if diode_plots|length > 6 %} {% set pagesReqForDiode = 2 %} {% endif %}
Transistor Specifications |
Value |
Units |
||||
---|---|---|---|---|---|---|
{{ split_list[0] }}{% if split_list|length > 1 %}{{split_list[1]}}{% endif %} | {% if value is string %}{{ value }} | - | {% else %} {% if key == 'Datasheet hyperlink' %}{{trans["Manufacturer"][0]}} | {% else %}{{ value[0] }} | {% endif %} {% if value[1] is none %}- | {% else %}{{ value[1] }} | {% endif %} {% endif %}
{{trans["Type"][0]}} Specifications |
|||||
---|---|---|---|---|---|
{{ split_list[0] }}{% if split_list|length > 1 %}{{split_list[1]}}{% endif %} | {% if value is string %}{{ value }} | - | {% else %}{{ value[0]}} | {% if value[1] is none %}- | {% else %}{{ value[1] }} | {% endif %} {% endif %}
Diode Specifications |
|||||
---|---|---|---|---|---|
{{ split_list[0] }}{% if split_list|length > 1 %}{{split_list[1]}}{% endif %} | {% if value is string %}{{ value }} | - | {% else %}{{ value[0] }} | {% if value[0] is none %}- | {% else %}{{ value[1] }} | {% endif %} {% endif %}