VBT语法基础
原文英文,约500词,阅读约需2分钟。发表于: 。Basics of VBT Syntax This post is only available in English. Data Objects TheHdw and TheExec There are two global handles in VBT interface, to operate the hardware of the tester: TheHdw (The...
VBT语法基础,数据对象,TheHdw和TheExec是VBT接口中的两个全局句柄,用于操作测试仪器的硬件。还有其他全局句柄如PinListData、DSPWave、RtaDataObj等。VBT代码文件必须以VBT_xxx命名,返回值默认为0。可以在Instance Editor或Test Instant sheet中添加时间和电平参数,不需要在VBT函数中包含。可以使用TheExec.Flow.TestLimit来比较结果值与上下限,并将测试结果和其他信息发送到数据日志。示例代码展示了VBT测试函数的基本结构。