function start() { document.getElementById("Button1").disabled = true; document.getElementById("Button1").value = 5; window.setTimeout("tick()",1000); } function tick() { var time = new Number(document.getElementById("Button1").value); if(time>0) { document.getElementById("Button1").value = time-1; window.setTimeout("tick()",1000); } else { document.getElementById("Button1").disabled = false; } } function ssClick() { var cx = document.searchform.keys.value; searchform.action ="slist.asp?keys="+cx; }
start();
首页 / IEC/PAS 62183

IEC/PAS 62183

2022-8-4T17:12:32 阅读量:1401

IEC/PAS 62183发行信息

英文名:Salt atmosphere

中文名:盐气

发表:2000 年 8 月 24 日

页数:4

IEC/PAS 62183简介

进行该测试以确定固态器件的耐腐蚀性。这是一项加速测试,模拟恶劣的海岸大气对所有暴露表面的影响。

This test is conducted to determine the resistance of solid state devices to corrosion. It is an accelerated test that simulates the effects of severe sea-coast atmosphere on all exposed surfaces.


近期技术文章

新能源电芯绝缘涂层在线整面测厚...

TUV-421紫外荧光灯管:材...

氨基树脂在建筑木结构阻燃涂料中...

SPECIM FX50工业高光...

TUV-421紫外灯管和氙灯灯...

液晶显示器增亮膜微区检测:ZE...

在线咨询 电话联系
var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?2411464452ad3a9d5e51c039b84d07d8"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); window.onscroll=function(){ var t=document.documentElement.scrollTop||document.body.scrollTop; var div2=document.getElementById("div2"); if(t>= 1000){ div2.className = "div2_1"; }else{ div2.className = "div2"; } }