精品人妻少妇嫩草AV无码专区_69堂亚洲国产日韩精品无码专区成人妻中文字幕一区二区三区在线久久久久_久久久久国产精品

您好,歡迎來(lái)到維庫(kù)儀器儀表網(wǎng) 網(wǎng)站登錄 | 免費(fèi)注冊(cè) | 忘記密碼

咨詢電話SERVICE LINE

021-51083590

15921942123

商鋪首頁(yè) 公司介紹 公司動(dòng)態(tài) 產(chǎn)品中心 技術(shù)資料 在線留言 聯(lián)系我們
您所在的位置:維庫(kù)儀器儀表網(wǎng) > 測(cè)量探頭及附(配)件 > 上海日意電子有限公司 > 產(chǎn)品中心 > P5202A泰克探頭
P5202A泰克探頭
P5202A泰克探頭
  • P5202A泰克探頭
  • P5202A泰克探頭
  • P5202A泰克探頭
掃一掃

掃一掃
進(jìn)入手機(jī)店鋪

P5202A泰克探頭

產(chǎn)品價(jià)格:
電議
產(chǎn)品型號(hào):
供應(yīng)商等級(jí):
企業(yè)未認(rèn)證
經(jīng)營(yíng)模式:
進(jìn)出口貿(mào)易商
企業(yè)名稱:
上海日意電子有限公司
所屬地區(qū):
上海市
發(fā)布時(shí)間:
2012/4/18 15:46:34

021-51083590      15921942123

肖靜女士(聯(lián)系我時(shí),請(qǐng)說(shuō)明是在維庫(kù)儀器儀表網(wǎng)看到的,謝謝)

企業(yè)檔案

上海日意電子有限公司

企業(yè)未認(rèn)證營(yíng)業(yè)執(zhí)照未上傳

經(jīng)營(yíng)模式:進(jìn)出口貿(mào)易商

所在地:上海市

產(chǎn)品搜索

手機(jī)訪問(wèn)

掃一掃
進(jìn)入手機(jī)店鋪

  • 品牌/商標(biāo):美國(guó)
  • 企業(yè)類型:制造商
  • 新舊程度:全新
  • 原產(chǎn)地:美國(guó)

高壓探頭高壓探頭

用于地面參考電壓測(cè)量的安全探測(cè)解決方案。

安全準(zhǔn)確地從“升高”和“浮動(dòng)”電壓系統(tǒng)中捕獲實(shí)時(shí)信號(hào)信息的能力至關(guān)重要。我們的高壓探頭系列可提供您完成單端、差分和隔離測(cè)量所需的安全性。

var products = {}; var matches = {}; var filters = new Array(5); products["P5122"] = true; products["P5100A"] = true; products["P5150"] = true; products["TPP0850"] = true; products["P5200A"] = true; products["P5202A"] = true; products["P5205A"] = true; products["THDP0200"] = true; products["TMDP0200"] = true; products["P6015A"] = true; products["P5210A"] = true; products["THDP0100"] = true; products["TDP0500"] = true; products["TDP1000"] = true; matches["P5122"] = "A1,B4,P1"; matches["P5100A"] = "A1,B3,P1"; matches["P5150"] = "A1,B4,P1"; matches["TPP0850"] = "A1,B3,P1"; matches["P5200A"] = "A2,B3,P2"; matches["P5202A"] = "A2,B4,P2"; matches["P5205A"] = "A2,B3,P2"; matches["THDP0200"] = "A1,B3,P3"; matches["TMDP0200"] = "A1,B3,P3"; matches["P6015A"] = "A1,B2,P3"; matches["P5210A"] = "A2,B3,P4"; matches["THDP0100"] = "A1,B3,P5"; matches["TDP0500"] = "A2,B1,P5"; matches["TDP1000"] = "A2,B1,P5"; filters[0] = new Array(2); filters[0][0] = "A2"; filters[0][1] = "A1"; filters[1] = new Array(4); filters[1][0] = "B4"; filters[1][1] = "B3"; filters[1][2] = "B2"; filters[1][3] = "B1"; filters[4] = new Array(5); filters[4][0] = "P5"; filters[4][1] = "P4"; filters[4][2] = "P3"; filters[4][3] = "P2"; filters[4][4] = "P1"; function hide(row) { if (document.layers) { document.layers[row].display = 'none'; } else if (document.all) { document.all[row].style.display = 'none'; } else if (document.getElementById) { document.getElementById(row).style.display = 'none'; } } function show(row) { if (document.layers) { document.layers[row].display = ''; } else if (document.all) { document.all[row].style.display = ''; } else if (document.getElementById) { document.getElementById(row).style.display = ''; } } function filter() { // default: all products will display for (p in products) { products[p] = true; } // loop through all columns and eliminate products that don't match ANY selections in a given column for (p in products) { for (f in filters) { // for each filter column, the product only needs to match ONE criteria my_product_column_match = true; // default to "match", this way, if NO checkboxes are checked, the product still displays for (criteria in filters[f]) { // if the box is checked ... if (document.getElementById(filters[f][criteria]) && document.getElementById(filters[f][criteria]).checked) { // and the product matches... if( (matches[p]).indexOf(filters[f][criteria]) != -1 ) { my_product_column_match = true; break; // we only need ONE match, so once we've got it, stop checking criteria } else { my_product_column_match = false; } } } if ( my_product_column_match && products[p] == true) { // if the product matches any checkbox for that column, // AND it hasn't been excluded before, then display it products[p] = true; } else { products[p] = false; } } } // display all products that aren't filtered product_display_count = 0; for (p in products) { if (products[p] === true) { show('row' + p); product_display_count++; } else { hide('row' + p); } } if ( product_display_count == 0 ) { // we didn't have a single product match all criteria document.getElementById('compare_message').innerHTML = "

No products match your selected criteria. Please de-select some criteria to view more options.

"; } else { document.getElementById('compare_message').innerHTML = ""; } } function restart() { window.location.reload(); } function compare() { var productsToCompare = new Array(); for (p in products) { if ( document.getElementById(p).checked ) { productsToCompare.push(p); } } window.location = '/cgi-bin/compare/compare.cgi?language=zh&cat=highvoltage_zh&compare=' + productsToCompare.join(","); }
  • 探頭類型
  • 差分探頭
  • 單端探頭
  • 電壓
  • 1000 VRMS
  • V
  • 20,000 V
  • 35 V (DC+pkAC)
  • Starting Price
  • over $3,260
  • $2,520 - $3,260
  • $1,780 - $2,520
  • $1,040 - $1,780
  • under $1,040

聯(lián)系方式

上海日意電子有限公司

聯(lián)系人:
肖靜女士
手機(jī):
15921942123
傳真:
021-64607415
所在地:
上海市
類型:
進(jìn)出口貿(mào)易商
地址:
上海市閔行區(qū)莘福路388號(hào)1號(hào)樓722室

服務(wù)熱線

021-51083590

QQ:271626201 
提示:您在維庫(kù)儀器儀表網(wǎng)上采購(gòu)商品屬于商業(yè)貿(mào)易行為。以上所展示的信息由賣家自行提供,內(nèi)容的真實(shí)性、準(zhǔn)確性和合法性由發(fā)布賣家負(fù)責(zé),請(qǐng)意識(shí)到互聯(lián)網(wǎng)交易中的風(fēng)險(xiǎn)是客觀存在的。 請(qǐng)廣大采購(gòu)商認(rèn)準(zhǔn)帶有維庫(kù)儀器儀表網(wǎng)認(rèn)證的(金牌會(huì)員、VIP會(huì)員、至尊VIP會(huì)員、百維通)供應(yīng)商進(jìn)行采購(gòu)!
個(gè)人中心
商家客服

商家客服
專業(yè)的人工客服服務(wù)

QQ:271626201 

商家電話

人工服務(wù)電話
021-51083590

頂部
立即詢價(jià)
手機(jī)訪問(wèn)

掃一掃
進(jìn)入手機(jī)店鋪