General Electric THQL 2-Pole Molded case circuit breaker has a voltage rating of 120/240 VAC and current rating of 50 Amps. It has an interrupt current rating of 10 kilo-Amps at 120/240 VAC. It has fixed long time/instantaneous trip functionality. Circuit breaker features LI trip and HACR special marking. Thermal-magnetic. feeder plug-in circuit breaker features quick-make/quick-break mechanisms. common trip bars and easy to spot trip indication that ensures safety and reliability.
You may also like
Recently viewed
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `