db->query(
"SELECT COUNT(*) as count FROM `exp_semtech_product_documents`
WHERE (`SemtechProduct` = ? OR `Alias` LIKE ?)
AND `Category` NOT IN (?, ?, ?)",
array_merge(array($title, '%' . $title . '%'), $exclude_categories)
);
$documents_count = $documents_results->row('count');
// Check if there are documents for the software tab
$software_results = ee()->db->query(
"SELECT COUNT(*) as count FROM `exp_semtech_product_documents`
WHERE (`SemtechProduct` = ? OR `Alias` LIKE ?)
AND `Category` IN (?, ?, ?)",
array_merge(array($title, '%' . $title . '%'), $include_categories)
);
$software_count = $software_results->row('count');
?>
Overview
The NT24L50 is a high sensitivity transimpedance amplifier (TIA) with automatic gain control (AGC) manufactured in CMOS. The AGC enables over 34dB of dynamic operating range, resulting in a high performance TIA designed for cost sensitive fiber optic applications such as EPON transceivers, Gigabit Ethernet and Fiber Channel.
db->query( "SELECT ProductCodeNumber, ReplacementProduct, SemtechWebsiteCategory, SemtechWebsitePlatform, SemtechProduct FROM exp_semtech_product_documents WHERE (SemtechProduct = ? OR Alias LIKE ?) LIMIT 1", array($title, '%' . $title . '%') ); if ($product_q->num_rows() === 0) {return;} $p = $product_q->row(); $pcn = trim((string)$p->ProductCodeNumber); if ($pcn === '') {return;} $pcnMessages = [ '40' => '', // production – no banner '60' => 'Not recommended for new design', '70' => 'Not recommended for new design', '80' => 'Not recommended for new design', '90' => 'Product inactive, information on this page is for information only.', ]; // If message is blank, keep quiet (covers PCN 40) $banner = $pcnMessages[$pcn] ?? ''; if ($banner != '') { $url = '/products/' . slugify($p->SemtechWebsiteCategory) . '/' . slugify($p->SemtechWebsitePlatform) . '/' . slugify($p->ReplacementProduct); if (!empty($p->ReplacementProduct)) { echo ''; echo htmlspecialchars($banner). ' '; echo '. Here is the replacement '; echo htmlspecialchars($p->ReplacementProduct); echo '
'; } else { echo '' . htmlspecialchars($banner) . '
'; } } ?>Features
- Typical -31dBm sensitivity, +3 dBm overload at 1.25Gbps when used with 0.9 A/W PIN (CPD = 0.65 pF, BER = 10-10)
- Typical transimpedance: 27kΩ
- Manufactured in low cost, pure CMOS process
- Single +3.3V power supply
- Differential data outputs
- Internal regulated photodiode bias
- No internal ROSA VDD supply decoupling capacitor required for typical operation
- Photodiode current monitor output - can be programmed to Sink or Source
- Data polarity invert function
- Pad compatible drop-in replacement for Mindspeed M02016
db->query(
"SELECT * FROM `exp_semtech_product_documents`
WHERE (`SemtechProduct` = ? OR `Alias` LIKE ?)
AND `Category` NOT IN (?, ?, ?)
ORDER BY (`Category` = 'Datasheets') DESC, `Category`, `Description`",
array_merge(array($title, '%' . $title . '%'), $exclude_categories)
);
if ($results->num_rows() > 0) {
?>
db->query(
"SELECT * FROM `exp_semtech_product_documents`
WHERE (`SemtechProduct` = ? OR `Alias` LIKE ?)
AND `Category` IN (?, ?, ?)
ORDER BY `Category`, `Description`",
array_merge(array($title, '%' . $title . '%'), $include_categories)
);
if ($results->num_rows() > 0) {
?>
Inventory
Product | Country | Distributor | Qty | Buy |
---|