Inline Fixed Optical Attenuator LC/UPC OM3 Multimode Male to Female 10 dB
Product Code: 32F1-10110
Availability: Out Of Stock
Processes and Ships Same Day from USA

Need a high quality Inline Fixed Optical Attenuator, LC/UPC, OM3 Multimode, Male to Female, 10 dB? Not only is the qualiy great for Inline Fixed Optical Attenuator, LC/UPC, OM3 Multimode, Male to Female, 10 dB but also the best price.
Some Features of Inline Fixed Optical Attenuator, LC/UPC, OM3 Multimode, Male to Female, 10 dB
A fiber optic attenuator is used to reduce the power of the laser in a fiber link. Sometimes the power of a fiber signal can be too high potentially causing damage to optical receivers in the hardware. In this instance, a fiber attenuator would be used to lower that optical signal. This particular Optical Attenuator features a fixed reduction of 10 decibels and is applicable to OM3 multimode fiber links requiring LC/UPC connectors.
";
var fb_ad = '';
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'),
dataType: 'json',
success: function(json) {
$('.success, .atc-blanket .warning, .attention, information, .error').remove();
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
$('#option-' + i).after('
' + json['error']['option'][i] + '');
}
}
if (json['error']['profile']) {
$('select[name="profile_id"]').after('
' + json['error']['profile'] + '');
}
}
if (json['success']) {
$('#notification').html('
' + json['success'] + '

'+fb_ad);
$('.success').fadeIn('slow');
$('#cart-total').html(json['total']);
$(".atc-blanket").remove();
$('html, body').animate({ scrollTop: 0 }, 'slow');
}
},
error: function() {
$(".atc-blanket").remove();
}
});
});
//-->