Shop Now
Your Cart

Schneider

It is a Compact NSXm molded case circuit breaker, 160A, 16kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
13,146.66 EGP
It is a Compact NSXm molded case circuit breaker, 100A, 16kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
12,823.73 EGP
It is a Compact NSXm molded case circuit breaker, 100A, 16kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
12,823.73 EGP
It is a Compact NSXm molded case circuit breaker, 125A, 16kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
15,466.65 EGP
It is a Compact NSXm molded case circuit breaker, 160A, 16kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
17,004.82 EGP
It is a Compact NSXm molded case circuit breaker, 40A, 16kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
11,642.48 EGP
It is a Compact NSXm molded case circuit breaker, 63A, 16kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
11,642.48 EGP
It is a Compact NSXm molded case circuit breaker, 125A, 36kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
13,894.49 EGP
It is a Compact NSXm molded case circuit breaker, 160A, 36kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
16,273.98 EGP
It is a Compact NSXm molded case circuit breaker, 25A, 36kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
12,510.36 EGP
It is a Compact NSXm molded case circuit breaker, 25A, 36kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
12,510.36 EGP
It is a Compact NSXm molded case circuit breaker, 25A, 36kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
11,362.05 EGP
Showing 277 to 288 of 3837 (320 Pages)
document.addEventListener('DOMContentLoaded', function () {// Only show the button when the RFQ form exists on the product page const quotationForm = document.querySelector('#rfq-form-product');if (!quotationForm) { return; }// Prevent duplicate buttons if (document.querySelector('#request-quotation-scroll')) { return; }// Create button const quoteButton = document.createElement('button');quoteButton.id = 'request-quotation-scroll'; quoteButton.type = 'button'; quoteButton.className = 'btn request-quotation-scroll';quoteButton.innerHTML = ' REQUEST QUOTATION';// Smooth scroll quoteButton.addEventListener('click', function (e) {e.preventDefault();const form = document.querySelector('#rfq-form-product');if (!form) { return; }// Offset for sticky header const headerOffset = 120;const position = form.getBoundingClientRect().top + window.pageYOffset - headerOffset;window.scrollTo({ top: position, behavior: 'smooth' });});/* * Try to place it next to the QUESTION button */ const buttons = document.querySelectorAll( 'button, a.btn, .btn' );let questionButton = null;buttons.forEach(function (button) {const text = button.textContent .trim() .toUpperCase();if (text.includes('QUESTION')) { questionButton = button; }});if (questionButton) {questionButton.insertAdjacentElement( 'afterend', quoteButton );return; }/* * Fallback: * put it next to Add To Cart */ const cartButton = document.querySelector('#button-cart');if (cartButton) {cartButton.insertAdjacentElement( 'afterend', quoteButton );}});