⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common.bas

📁 vb,agilent 816x vxipnp control library application.
💻 BAS
字号:
Attribute VB_Name = "Common"Global PWM_Slot As LongGlobal FLS_Slot As LongGlobal IHandle As LongPublic Sub checkStatus(ByVal status)Dim message As String * 256If (status = VI_SUCCESS) Then GoTo Ret:If (status = hp816x_INSTR_ERROR_DETECTED) ThenretStatus = hp816x_error_query(IHandle, status, message)ElseretStatus = hp816x_error_message(IHandle, status, message)End Ifresult = MsgBox(message, vbOKOnly + vbExclamation, "VxiPnP Driver")Ret:End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -