estore.st.com Open in urlscan Pro
151.101.65.124  Public Scan

Submitted URL: https://go.st.com/ODU2LVBWUC03MTUAAAGIipKq-k-60XwUBolUyfv9eU_n94_3zAYK0PhzeGamk-ILDNhYU06X1wa2Zav3IspwsR-hGIM=
Effective URL: https://estore.st.com/en/stgh30h65dfb-2ag-cpn.html?ecmp=tt29813_gl_enews_nov2022&mkt_tok=ODU2LVBWUC03MTUAAAGIipKq-vOGI...
Submission Tags: falconsandbox
Submission: On December 08 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

<form><span class="fieldset">
    <p><input type="checkbox" value="check" id="chkMain" checked="checked" class="legacy-group-status optanon-status-checkbox"><label for="chkMain">Active</label></p>
  </span></form>

GET https://estore.st.com/en/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://estore.st.com/en/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search in eStore" class="input-text ui-autocomplete-input" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://estore.st.com/en/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
      <script src="https://estore.st.com/media/mageplaza/search/en_0.js"></script>
      <script src="https://estore.st.com/media/mageplaza/search/en_0_addition.js"></script>
      <div id="mpsearch-js" style="display: none;"></div>
      <ul id="ui-id-1" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" unselectable="on" style="display: none;"></ul>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuL3N0Z2gzMGg2NWRmYi0yYWctY3BuLmh0bWw_ZWNtcD10dDI5ODEzX2dsX2VuZXdzX25vdjIwMjImbWt0X3Rvaz1PRFUyTFZCV1VDMDNNVFVBQUFHSWlwS3Etdk9HSVNaOHR1b0tudkJsRjJkaXY4aE5EUTBtRnQ4X1drT3FJdmlQWGRiUG01T1B1cENLSG54UUhqeDVUaktuXzQ5SVBkQkVJY2pIMmxycHZWZDlGUmY0M3hEUXlhdGVxWlFrSGxHeg%2C%2C/product/37765/

<form data-product-sku="STGH30H65DFB-2AG"
  action="https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuL3N0Z2gzMGg2NWRmYi0yYWctY3BuLmh0bWw_ZWNtcD10dDI5ODEzX2dsX2VuZXdzX25vdjIwMjImbWt0X3Rvaz1PRFUyTFZCV1VDMDNNVFVBQUFHSWlwS3Etdk9HSVNaOHR1b0tudkJsRjJkaXY4aE5EUTBtRnQ4X1drT3FJdmlQWGRiUG01T1B1cENLSG54UUhqeDVUaktuXzQ5SVBkQkVJY2pIMmxycHZWZDlGUmY0M3hEUXlhdGVxWlFrSGxHeg%2C%2C/product/37765/"
  method="post" id="product_addtocart_form" novalidate="novalidate">
  <input type="hidden" name="product" value="37765">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" value="37765">
  <input name="form_key" type="hidden" value="BcQRq6GWKBPa9eOg">
  <div class="box-tocart">
    <div class="fieldset">
      <div class="field qty">
        <label class="label" for="qty"><span>Qty:</span></label>
        <div class="control">
          <input type="number" name="qty" id="qty" maxlength="12" value="1" title="Qty" class="input-text qty"
            data-validate="{&quot;required-number&quot;:true,&quot;validate-item-quantity&quot;:{&quot;minAllowed&quot;:1,&quot;maxAllowed&quot;:500,&quot;mouser&quot;:35}}">
          <div class="qty-changer">
            <a href="javascript:void(0)" class="qty-inc"><i class="fas fa fa-plus"></i></a>
            <a href="javascript:void(0)" class="qty-dec"><i class="fas fa fa-minus"></i></a>
          </div>
        </div>
      </div>
      <div class="actions">
        <button type="submit" title="Add to Cart" class="action primary tocart" id="product-addtocart-button">
          <span>Add to Cart</span>
        </button>
        <div id="instant-purchase" data-bind="scope:'instant-purchase'">
          <!-- ko template: getTemplate() -->
          <!-- ko if: showButton() --><!-- /ko -->
          <!-- /ko -->
        </div>
      </div>
    </div>
  </div>
  <script>
    require(['jquery', 'mage/mage', 'Magento_Catalog/product/view/validation', 'Magento_Catalog/js/catalog-add-to-cart'], function($) {
      'use strict';
      $('#product_addtocart_form').mage('validation', {
        radioCheckboxClosest: '.nested',
        submitHandler: function(form) {
          var widget = $(form).catalogAddToCart({
            bindSubmit: false
          });
          widget.catalogAddToCart('submitForm', $(form));
          return false;
        }
      });
    });
  </script>
</form>

POST https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuLw%2C%2C/product/38175

<form data-role="tocart-form" method="post" class="cpn-add-to-cart-form" data-bind="attr: {action: addToCart.url}" action="https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuLw%2C%2C/product/38175">
  <input type="hidden" name="product" data-bind="attr: {value: productId}" value="38175">
  <input type="hidden" name="uenc" data-bind="attr: {value: addToCart.postUenc}" value="aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlsYzNSdmNtVXVjM1F1WTI5dEwyVnVMdyUyQyUyQy9wcm9kdWN0LzM4MTc1">
  <input type="hidden" name="form_key" data-bind="attr: {value: addToCart.form_key}" value="BcQRq6GWKBPa9eOg">
  <!-- ko if: $parents[1].layout_name == 'cms_index_index' || $parents[1].layout_name == 'catalog_product_view'  -->
  <button type="submit" class="action tocart primary add-to-cart-cpn-recommendation" title="Add to cart" data-bind="attr : {'data-sku' : sku, 'data-unit-id' : $parent.unitId }" data-sku="STL325N4LF8AG"
    data-unit-id="c1605077-3bfa-4ad6-8ae9-816752ff979f">
    <span>Add To Cart</span>
  </button>
  <!-- /ko -->
  <!-- ko ifnot: $parents[1].layout_name == 'cms_index_index' || $parents[1].layout_name == 'catalog_product_view' --><!-- /ko -->
</form>

POST https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuLw%2C%2C/product/38007

<form data-role="tocart-form" method="post" class="cpn-add-to-cart-form" data-bind="attr: {action: addToCart.url}" action="https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuLw%2C%2C/product/38007">
  <input type="hidden" name="product" data-bind="attr: {value: productId}" value="38007">
  <input type="hidden" name="uenc" data-bind="attr: {value: addToCart.postUenc}" value="aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlsYzNSdmNtVXVjM1F1WTI5dEwyVnVMdyUyQyUyQy9wcm9kdWN0LzM4MDA3">
  <input type="hidden" name="form_key" data-bind="attr: {value: addToCart.form_key}" value="BcQRq6GWKBPa9eOg">
  <!-- ko if: $parents[1].layout_name == 'cms_index_index' || $parents[1].layout_name == 'catalog_product_view'  -->
  <button type="submit" class="action tocart primary add-to-cart-cpn-recommendation" title="Add to cart" data-bind="attr : {'data-sku' : sku, 'data-unit-id' : $parent.unitId }" data-sku="STP60N043DM9"
    data-unit-id="c1605077-3bfa-4ad6-8ae9-816752ff979f">
    <span>Add To Cart</span>
  </button>
  <!-- /ko -->
  <!-- ko ifnot: $parents[1].layout_name == 'cms_index_index' || $parents[1].layout_name == 'catalog_product_view' --><!-- /ko -->
</form>

POST https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuLw%2C%2C/product/38136

<form data-role="tocart-form" method="post" class="cpn-add-to-cart-form" data-bind="attr: {action: addToCart.url}" action="https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuLw%2C%2C/product/38136">
  <input type="hidden" name="product" data-bind="attr: {value: productId}" value="38136">
  <input type="hidden" name="uenc" data-bind="attr: {value: addToCart.postUenc}" value="aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlsYzNSdmNtVXVjM1F1WTI5dEwyVnVMdyUyQyUyQy9wcm9kdWN0LzM4MTM2">
  <input type="hidden" name="form_key" data-bind="attr: {value: addToCart.form_key}" value="BcQRq6GWKBPa9eOg">
  <!-- ko if: $parents[1].layout_name == 'cms_index_index' || $parents[1].layout_name == 'catalog_product_view'  -->
  <button type="submit" class="action tocart primary add-to-cart-cpn-recommendation" title="Add to cart" data-bind="attr : {'data-sku' : sku, 'data-unit-id' : $parent.unitId }" data-sku="TN3050HP-12L2Y"
    data-unit-id="c1605077-3bfa-4ad6-8ae9-816752ff979f">
    <span>Add To Cart</span>
  </button>
  <!-- /ko -->
  <!-- ko ifnot: $parents[1].layout_name == 'cms_index_index' || $parents[1].layout_name == 'catalog_product_view' --><!-- /ko -->
</form>

POST https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuLw%2C%2C/product/36619

<form data-role="tocart-form" method="post" class="cpn-add-to-cart-form" data-bind="attr: {action: addToCart.url}" action="https://estore.st.com/en/checkout/cart/add/uenc/aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuLw%2C%2C/product/36619">
  <input type="hidden" name="product" data-bind="attr: {value: productId}" value="36619">
  <input type="hidden" name="uenc" data-bind="attr: {value: addToCart.postUenc}" value="aHR0cHM6Ly9lc3RvcmUuc3QuY29tL2VuL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlsYzNSdmNtVXVjM1F1WTI5dEwyVnVMdyUyQyUyQy9wcm9kdWN0LzM2NjE5">
  <input type="hidden" name="form_key" data-bind="attr: {value: addToCart.form_key}" value="BcQRq6GWKBPa9eOg">
  <!-- ko if: $parents[1].layout_name == 'cms_index_index' || $parents[1].layout_name == 'catalog_product_view'  -->
  <button type="submit" class="action tocart primary add-to-cart-cpn-recommendation" title="Add to cart" data-bind="attr : {'data-sku' : sku, 'data-unit-id' : $parent.unitId }" data-sku="STHU32N65DM6AG"
    data-unit-id="c1605077-3bfa-4ad6-8ae9-816752ff979f">
    <span>Add To Cart</span>
  </button>
  <!-- /ko -->
  <!-- ko ifnot: $parents[1].layout_name == 'cms_index_index' || $parents[1].layout_name == 'catalog_product_view' --><!-- /ko -->
</form>

Text Content

Cookie Notice

Cookies and similar technologies enable us to provide you with an optimized user
experience and functionality of our website. They also help us to monitor its
performance and to make our advertising and marketing relevant to you. You have
full control over which cookies are set by clicking “Cookie Settings”. By
clicking "Accept Cookies", you give your consent to their usage.


Close
Accept Cookies
Cookie Settings


 * Your Privacy

 * Strictly Necessary Cookies

 * Performance Cookies

 * Functional Cookies

 * Targeting Cookies

 * Cookie Policy

Privacy Preference Centre

Active

Always Active



Save Settings

Allow All


JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Skip to Content
Currency
USD
Language
English

 * Help/FAQ
 * 
 * Login
 * Create an Account

Toggle Nav
Cart 0 items
My Cart 0
Close You have no items in your shopping cart.

Search
Search
Advanced Search

Search
Menu
   
    * eStore

 * 
   Products
    * 
      Amplifiers and Comparators
    * 
      Audio ICs
    * 
      Automotive ADAS Devices
    * 
      Automotive Analog and Power
    * 
      Automotive Infotainment and Telematics
    * 
      Automotive Logic ICs
    * 
      Automotive Microcontrollers
    * 
      Clocks and Timers
    * 
      Data Converters
    * 
      Digital Set-Top Box ICs
    * 
      Diodes and Rectifiers
    * 
      Embedded Software
    * 
      Imaging and Photonics Solutions
    * 
      Interfaces and Transceivers
    * 
      Memories
    * 
      MEMS and Sensors
    * 
      Microcontrollers & Microprocessors
    * 
      Motor Drivers
    * 
      NFC
    * 
      Positioning
    * 
      Power Management
    * 
      Power Modules and IPM
    * 
      Power Transistors
    * 
      Protections and EMI filters
    * 
      Radio Frequency Transistors
    * 
      Reset and Supervisor ICs
    * 
      Secure MCUs
    * 
      SiC Devices
    * 
      Space Products
    * 
      Switches and Multiplexers
    * 
      Thyristors (SCR) and AC Switches
    * 
      Touch and Display Controllers
    * 
      Wireless Transceivers MCUs and Modules
    * 
      Wireless Connectivity

 * 
   Applications
    * 
      Automotive
    * 
      Communications Equipment Computers and Peripherals
    * 
      Functions
    * 
      Industrial
    * 
      Personal Electronics

   
   
   Tools
    * 
      Development Tools
    * 
      Evaluation Tools
    * 
      Hardware Development Tools
    * 
      Software Development Tools

Account
 * Help/FAQ
 * Compare ()
 * Login
 * Create an Account

Settings
Language
English

Currency
USD
Login
 * eStore

🎄 Join our holiday celebration with $5.99 flat-rate shipping until December
12th! 🎄

 * Home
 * Products
 * Power Transistors
 * IGBTs
 * STPOWER IGBTs 600-650V
 * 650V HB series - High speed (16 to 60 kHz)
 * STGH30H65DFB-2AG
 * STGH30H65DFB-2AG

Skip to the end of the images gallery
STGH30H65DFB-2AG








Skip to the beginning of the images gallery
 * STGH30H65DFB-2AG Datasheet (PDF)
 * Material Declaration

AddThis Sharing Buttons
Share to FacebookFacebookShare to LinkedInLinkedInShare to TwitterTwitterShare
to EmailEmail


STGH30H65DFB-2AG


ACTIVE


AUTOMOTIVE-GRADE TRENCH GATE FIELD-STOP, 650 V, 30 A, HIGH-SPEED HB SERIES IGBT
IN AN H2PAK-2 PACKAGE
LEARN MORE ABOUT STGH30H65DFB-2AG

Quantity $ per Unit Savings 1 - 9$3.730%10 - 24$3.3610%25 - 99$3.1815%100 -
499$2.7526%500$2.3437% 500 + Contact Sales


In stock
$3.73
Qty:

Add to Cart

Save to My List
Compare
Parameter

Parameter NameParameter ValueOperating Temp Max Celsius175.0ECCN USEAR99ECCN
EUNECPacking TypeTape And ReelRoHs compliantEcopack1GradeAutomotivePackage
NameH2PAK-2

Description

This device is an IGBT developed using an advanced proprietary trench gate
field-stop structure. The device is part of the new HB series of IGBTs, which
represents an optimum compromise between conduction and switching loss to
maximize the efficiency of any frequency converter. Furthermore, the slightly
positive VCE(sat) temperature coefficient and very tight parameter distribution
result in safer paralleling operation.

Key features

Key features
 * AEC-Q101 qualified
 * High-speed switching series
 * Maximum junction temperature: TJ = 175 °C
 * VCE(sat) = 1.55 V (typ.) @ IC = 30 A
 * Safer paralleling
 * Tight parameter distribution
 * Low thermal resistance
 * Soft and very fast recovery antiparallel diode


What others bought after viewing this product
 1. STL325N4LF8AG
    $3.20
    Add To Cart
 2. STP60N043DM9
    Free
    $12.33
    Add To Cart
 3. TN3050HP-12L2Y
    $6.01
    Add To Cart
 4. STHU32N65DM6AG
    $9.03
    Add To Cart


About STMicroelectronics
 * Who we are
 * Investor Relations
 * ST Approach to Sustainability
 * Innovation & Technology
 * Careers
 * Sitemap
 * Blog

Connect with Us
 * Contact ST Offices
 * Find Sales Offices & Distributors
 * Community
 * Media Center
 * Events & Trainings

Privacy
 * Privacy Portal

Follow Us
 * 
 * 
 * 
 * 
 * 

All rights reserved © 2022 STMicroelectronics
Terms of Use | eStore Terms and Conditions | Sales Terms & Conditions |
Trademarks | Privacy Portal | Manage cookies



Feedback