C9013 NPN Small Signal Transistor - Datasheet - Circuits DIY

Có thể bạn quan tâm

Skip to content Menu

Trending

Contents hide 1 C9013 Pinout

C9013 NPN Small Signal Transistor is designed for general purpose and switching applications. C9013 is complementary to KTC9012

Buy Now

C9013 Pinout

C9013 Pin Configurtion

Pin NoPin Name
1Emitter
2Base
3Collector

C9013 Key Features

  • Excellent hfe Linearity.
  • Complementary to KTC9012

C9013 Specification

NameDescription
Collector-Emitter Voltage (Vce)30 V
Collector Current (Ic) 0.5 A
Collector Power Dissipation (Pc) 0.625 W

Application

  • General Purpose Application
  • Switching Application

You can download this datasheet for C9013 NPN Small Signal Transistor – Datasheet from the link given below:

Download Datasheet

Related posts:

  • 555 Timer Circuits 493
  • Alarm Circuits 219
  • Audio Amplifier Circuits 214
  • Battery Charger Circuits 118
  • Battery Monitor Circuits 15
  • Electronics Projects 150
  • Electronics Tutorial 32
  • FM Transmitter Circuits 38
  • Home Automation Projects 6
  • Inverter Circuits 29
  • LED & Light Circuits 285
    • LED Flashers 55
  • Mobile Charger Circuits 13
  • Motor Speed Control Circuits 41
  • Power Banks Circuits 14
  • Power Supply Circuits 111
  • Printed Circuit Board – PCB 175
  • Radio and RF Circuits 69
  • Safety & Security Circuits 58
  • Sensors and Modules 149
  • Simple Electronic Circuits 536
  • Test and Measurement Circuits 151
  • Top Electronics Projects 96
  • Water Level Indicator Circuits 24
Search
  • Understanding Relays: Principles Types and Applications
  • The Power of LCD Displays – You Know?
  • What is Arduino Leonardo? All You Need to Know
  • What Is a Wireless Sensor Network?
  • Battle of Titans: Arduino Due vs Mega

2n3904 555 timer Adjustable Regulator arduino arduino uno audio amplifier battery charger bc547 bridge rectifier cd4017 cmos counter darlington transisor EEPROM EPROM Fast Recovery Diode fm transmitter high voltage jfet ldo LDR LED led flasher light lm317 lm358 lm741 N Channel MOSFET NE555 npn transistor operational amplifier pcb pnp transistor power amplifier power MOSFET power supply power transistor printed circuit board relay switch temperature sensor triac Ultrafast Diode voltage regulator zener diode

Our Sponsors

  • lixinc-electronics
  • lixinc-electronics
  • richard-electronics
  • lixinc-electronics
  • lixinc-electronics
  • lixinc-electronics
  • lixinc-electronics
  • lixinc-electronics

Circuits DIY

Top Categories

Legal

Circuits-DIY

We do everything with our core values of honesty, hard work, and trust.

/*! Plugin: copyCode * Author: Asif Mughal * URL: www.asifmughal.com * License: MIT License * Copyright (c) 2023 - Asif Mughal */ (function ($) { $.fn.copyCode = function (options) { var setting = $.extend({}, options); return this.each(function () { var target = $(this); var copyBtn = document.createElement('button'); var expandBtn = document.createElement('button'); var plainCodeBtn = document.createElement('button'); var codeWrapper = document.createElement('div'); $(codeWrapper).css({ position: 'relative', padding: 0, margin: 0, }) $(target).wrapAll(codeWrapper); $(this).siblings('.prettyprint').css('maxHeight', 'none'); //append expand button only if code box expandable if (target.outerHeight() > 399){ // $(expandBtn).addClass('btn-expand').attr('title', 'Expand the code').html('').insertBefore(target); //adjust the plain code button // $(plainCodeBtn).css('right', '76px'); }   // $(plainCodeBtn).addClass('btn-plain-code').attr('title', 'View code in plain text').html('').insertBefore(target); $(copyBtn).addClass('btn-copy').attr('title', 'Copy to Clipboard').html('').insertBefore(target); $(copyBtn).on('click', function () { var $temp = $(""); var brRegex = //gi; $("body").append($temp); $temp.val(target.text().replace(brRegex, "\r\n")).select(); document.execCommand("copy"); $temp.remove(); target.find('span').css('background', 'rgba(0, 0, 0, 0.25)'); $(this).animate({ width: '90px', borderRadius: 4, }, 200).html(' Copied'); setTimeout(function () { $(copyBtn).animate({ width: '30px', borderRadius: '50%', }, 200).html(''); target.find('span').css('background', ''); }, 2000); }); //expand the code box $(expandBtn).on('click', function(){ if ($(this).hasClass('expanded')){ $(this).removeClass('expanded').attr('title', 'Expand the code').html(''); $(this).siblings('.prettyprint').css('maxHeight', '400px'); } else{ $(this).addClass('expanded').attr('title', 'Shrink the code').html(''); $(this).siblings('.prettyprint').css('maxHeight', 'none'); } }); //View code in plain text $(plainCodeBtn).on('click', function(){ // Get the contents of the pre code block var code = $(this).siblings('.prettyprint').html(); // Open a new window var newWindow = window.open("", "Code", "width=800,height=600"); // Write the code to the new window newWindow.document.write("" + code + ""); }); }); }; })(jQuery); (function ($) { // $('pre.prettyprint').removeClass('linenums'); $('pre.prettyprint').copyCode(); $('.mh-author-box').insertBefore('.relpost-thumb-wrapper'); //Remove rel noopner from products sponsor link $('#menu-item-72734').find('a').removeAttr('rel'); if ($('body').hasClass('category')) { // Check if body has class "category" var pageTitle = document.title; // Get the title of the page $('.category .page-title').text(pageTitle); // Set the text of the element } })(jQuery);

Từ khóa » C9013