1xN, 2xN 1310nm And 1550nm Dual Window Singlemode FBT Splitter With ABS Box

◎ P/N: 78388

◎ Attention: For a formal quote, please send product details to sales@fiber-life.com.

DeliveryDelivery: Order today and it will be shipped before from the U.S. or Hong Kong via FedEx/DHL/UPS. Free shipping on orders over US$200.

WarrantyWarranty: Fiber-Life offers a 1-year warranty, 30-day returns, and 30-day exchanges.


  Compartilhar

Price range: $13.10 through $279.30

Total produto
Total opções
Total

1xN, 2xN 1310nm And 1550nm Dual Window Singlemode FBT Splitter With ABS Box

FiberLife offers high-quality 1xN, 2xN 1310nm & 1550nm Dual Window Singlemode FBT Splitter with ABS Box, featuring low insertion loss, high uniformity, and excellent environmental stability. Ideal for PON, fiber optic communication, and fiber sensing applications. Available in multiple configurations, including 1×2, 1×4, 1×8, 1×16, 2×2, 2×4, and more, with customizable fiber length, diameter, connector type, and splitting ratio to meet diverse network requirements. Manufactured with premium fused biconical taper (FBT) technology, ensuring stable optical signal transmission and enhanced network performance. Choose FiberLife’s FBT splitter to optimize your fiber optic network today!


Specifications

Parameter Unit Dual Window FBT Splitter(Singlemode)
Operating Wavelength nm 1310 and 1550
Operating Bandwidth nm ±40
Typical Excess Loss dB ≤0.07
Insertion Loss (50/50) dB ≤3.6
Insertion Loss (40/60) dB ≤4.7/2.7
Insertion Loss (33/67) dB ≤5.7/2.2
Insertion Loss (30/70) dB ≤6.0/1.9
Insertion Loss (20/80 ) dB ≤7.9/1.3
Insertion Loss (10/90) dB ≤11.2/0.75
Insertion Loss (5/95) dB ≤14.15/0.4
Insertion Loss (3/97) dB ≤16.45/0.3
Insertion Loss (2/98) dB ≤18.45/0.3
Insertion Loss (1/99) dB ≤21.6/0.25
PDL dB ≤0.15
Directivity dB ≥55
Return Loss dB ≥50
Operating Temperature -10 ~ +70
Storage Temperature -40 ~ +85
Dimension mm 90×20×10

Note: Above specification is for devices without connector. Add an additional 0.2dB loss per connector.


Dimension (mm)

1xN, 2xN FBT Fiber Coupler Splitter With ABS Box Dimension

0.00
0 avaliações
5
0
4
0
3
0
2
0
1
0
Seja o primeiro a avaliar “1xN, 2xN 1310nm And 1550nm Dual Window Singlemode FBT Splitter With ABS Box”

Avaliações

Não há comentários ainda.

Meu carrinho
Lista de Desejos
Visualizado recentemente
Categorias
// 创建 MutationObserver 监听DOM变化 const observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { // 检查新增的节点 if (mutation.addedNodes.length) { checkElement(); } }); }); // 开始观察DOM变化 observer.observe(document.body, { childList: true, subtree: true }); // 检查元素并隐藏 function checkElement() { try { // 使用querySelector增加兼容性 const element = document.querySelector('#elementor-panel-state-loading'); if (element) { console.log('元素已找到,正在隐藏...'); element.style.display = 'none'; // 找到元素后停止观察 observer.disconnect(); // 同时清除定时器(如果还在运行) clearInterval(checkInterval); } } catch (error) { console.error('检查元素时出错:', error); } } // 初始检查 checkElement(); // 设置超时定时器,避免无限循环 const checkInterval = setInterval(checkElement, 200); setTimeout(() => { observer.disconnect(); clearInterval(checkInterval); console.log('搜索超时,停止检测'); }, 100000); // 10秒后超时