Pioneer GM-A6704 4ch 1000w Bridgeable Amplifier
Pioneer GM-A6704 4ch 1000w Bridgeable Amplifier
R2,395.00
- Product Code: GM-A6704
- Availability: In Stock
Pioneer Amplifier Bridgeable 1000w 4CH GM-A6704
1000 Watts Max PowerAutomatic signal sensing and Turn-ONVariable high pass filterAdjustable bass boostNumber of Channels 4Amplifier Class Class ABMaximum Power Output 1000WMaximum Power Output at 2 Ohms 250W x 4Maximum Power Output at 4 Ohms 170W x 4Nominal Power (RMS) Output at 2 Ohms 95W x 4Nominal Power (RMS) Output at 4 Ohms 60W x 4Nominal Power (RMS) Output - Bridged at 4 Ohms 190W x 4Frequency Response 10Hz ~ 70kHz (+0dB , -3dB)
$('#product-product button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#product-product #form-upload').remove();
$('body').prepend('
');
$('#product-product #form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#product-product #form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#product-product #form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('
' + json['error'] + '
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').val(json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
//-->