基本信息
源码名称:连接GPIB卡命令测试
源码大小:0.57M
文件格式:.7z
开发语言:C/C++
更新时间:2024-04-09
   源码介绍


NITest

├── NITest
│   ├── Debug
│   │   ├── NITest.Build.CppClean.log
│   │   ├── NITest.log
│   │   ├── NITest.obj
│   │   ├── NITest.tlog
│   │   │   ├── CL.command.1.tlog
│   │   │   ├── CL.read.1.tlog
│   │   │   ├── CL.write.1.tlog
│   │   │   ├── NITest.lastbuildstate
│   │   │   ├── link.command.1.tlog
│   │   │   ├── link.read.1.tlog
│   │   │   └── link.write.1.tlog
│   │   ├── Visa32Test.obj
│   │   ├── vc141.idb
│   │   └── vc141.pdb
│   ├── DriverDll
│   │   ├── BaseBattery.h
│   │   ├── DMMVIEW_I通信协议(0.0).CHM
│   │   ├── KeithleyBat.cpp
│   │   ├── KeithleyBat.h
│   │   ├── SCPI例子.txt
│   │   ├── SPCI命令表.txt
│   │   ├── VisaDriver.cpp
│   │   ├── VisaDriver.h
│   │   └── 可程控直流电源编程手册.chm
│   ├── NITest.cpp
│   ├── NITest.vcxproj
│   ├── NITest.vcxproj.filters
│   ├── NITest.vcxproj.user
│   ├── Ni4882Test
│   │   ├── include
│   │   │   ├── decl-32.h
│   │   │   ├── ni488.h
│   │   │   ├── ni4882.h
│   │   │   ├── nisyscfg.h
│   │   │   ├── nisyscfg_errors.h
│   │   │   └── nisyscfg_wide.h
│   │   └── ni4882.dll
│   ├── Visa32Test
│   │   ├── visa.h
│   │   ├── visa32.lib
│   │   └── visatype.h
│   ├── Visa32Test.cpp
│   └── ni4882.dll
└── NITest.sln

7 directories, 39 files