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语法支持按仪器或按引脚访问测试硬件,提供了一个VBT测试函数的示例,以及在VBA中避免保存代码和解决“Procedure Too Large”错误的技巧。