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();
首页 / 免费获取ASTM D7869

免费获取ASTM D7869

2022-7-15T13:33:33 阅读量:2388

ASTM D7869是关于《暴露在强光和水环境中的交通涂层的氙弧灯老化测试方法》,该标准被认为是研究得最彻底的加速老化试验方法之一。

ASTM D7869带来了的加速老化测试领域的几项重大突破,包括 提供了确保最小剂量水到样品表面的输送方法 以及清晰明确的描述了各种类型的氙灯试验箱中,样品重新安置的方法。

Q-Lab购买了大量的新版ASTM D7869的电子版本。旨在帮助各个领域的客户更好的了解和运用标准进行测试。如需新版ASTM D7869的电子版面,请与翁开尔公司联系。

近期技术文章

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

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"; } }