久久久久久久精品|二次元砰砰砰的动漫女神动漫|乱码国产乱码精品精男男|亲胸揉胸膜下刺激视频试看|国产又色又爽无遮挡免费软件|精品综合网站|国产一级特黄a大片99

您好,歡迎來到維庫儀器儀表網 網站登錄 | 免費注冊 | 忘記密碼

咨詢電話SERVICE LINE

021-51083590

15921942123

商鋪首頁 公司介紹 公司動態 產品中心 技術資料 在線留言 聯系我們
您所在的位置:維庫儀器儀表網 > 測量探頭及附(配)件 > 上海日意電子有限公司 > 產品中心 > 美國泰克 P6015A 高壓探頭 THDP0100 TDP0500 TDP1000
美國泰克  P6015A  高壓探頭  THDP0100  TDP0500  TDP1000
美國泰克  P6015A  高壓探頭  THDP0100  TDP0500  TDP1000
  • 美國泰克  P6015A  高壓探頭  THDP0100  TDP0500  TDP1000
  • 美國泰克  P6015A  高壓探頭  THDP0100  TDP0500  TDP1000
  • 美國泰克  P6015A  高壓探頭  THDP0100  TDP0500  TDP1000
  • 美國泰克  P6015A  高壓探頭  THDP0100  TDP0500  TDP1000
  • 美國泰克  P6015A  高壓探頭  THDP0100  TDP0500  TDP1000
掃一掃

掃一掃
進入手機店鋪

美國泰克 P6015A 高壓探頭 THDP0100 TDP0500 TDP1000

產品價格:
電議
產品型號:
THDP0100 TDP0500 TDP1000 P6015A
供應商等級:
企業未認證
經營模式:
進出口貿易商
企業名稱:
上海日意電子有限公司
所屬地區:
上海市
發布時間:
2012/4/18 15:49:52

021-51083590      15921942123

肖靜女士(聯系我時,請說明是在維庫儀器儀表網看到的,謝謝)

企業檔案

上海日意電子有限公司

企業未認證營業執照未上傳

經營模式:進出口貿易商

所在地:上海市

產品搜索

手機訪問

掃一掃
進入手機店鋪

  • 品牌/商標:美國
  • 企業類型:制造商
  • 新舊程度:全新
  • 原產地:美國
高壓探頭

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

安全準確地從“升高”和“浮動”電壓系統中捕獲實時信號信息的能力至關重要。我們的高壓探頭系列可提供您完成單端、差分和隔離測量所需的安全性。

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

聯系方式

上海日意電子有限公司

聯系人:
肖靜女士
手機:
15921942123
傳真:
021-64607415
所在地:
上海市
類型:
進出口貿易商
地址:
上海市閔行區莘福路388號1號樓722室

服務熱線

021-51083590

QQ:271626201 
提示:您在維庫儀器儀表網上采購商品屬于商業貿易行為。以上所展示的信息由賣家自行提供,內容的真實性、準確性和合法性由發布賣家負責,請意識到互聯網交易中的風險是客觀存在的。 請廣大采購商認準帶有維庫儀器儀表網認證的(金牌會員、VIP會員、至尊VIP會員、百維通)供應商進行采購!
個人中心
商家客服

商家客服
專業的人工客服服務

QQ:271626201 

商家電話

人工服務電話
021-51083590

頂部
立即詢價
手機訪問

掃一掃
進入手機店鋪