MsgBox(0,"Step 1","Simple GPIB query with explicit TIMEOUT set") Dim $s_answer = _viExecCommand("GPIB::3::0","*IDN?",10000) ; 10 秒超時 MsgBox(0,"GPIB QUERY result",$s_answer) ; 顯示結果 ; 下面的語句和使用 _viSetAttribute 函數的作用相同: MsgBox(0,"Step 2","_vOpen + time...
www.dbjr.com.cn/shouce/autoit/AutoIt_CN... 2025-6-8