在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例常规C/C++编程 → LP wlan测试

LP wlan测试

常规C/C++编程

下载此实例
  • 开发语言:C/C++
  • 实例大小:9.08M
  • 下载次数:2
  • 浏览次数:6
  • 发布时间:2024-04-12
  • 实例类别:常规C/C++编程
  • 发 布 人:枪枪枪
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 测试

实例介绍

【实例简介】利用litepoint进行无线测试

【实例截图】

from clipboard

【核心代码】

IQ_DualHead

├── A6200_11ac_LP_DUT_OK_20130417
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── A6200_11ac_LP_DUT_developing
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── cmd.log
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── BT_Test
│   ├── BT_Connect_IQTester.cpp
│   ├── BT_Disconnect_IQTester.cpp
│   ├── BT_Global_Setting.cpp
│   ├── BT_Initialize_Dut.cpp
│   ├── BT_Insert_Dut.cpp
│   ├── BT_LE_Initialize.cpp
│   ├── BT_Load_Path_Loss_Table.cpp
│   ├── BT_Power_Mode_Dut.cpp
│   ├── BT_RX_Verify_BDR.cpp
│   ├── BT_RX_Verify_EDR.cpp
│   ├── BT_RX_Verify_LE.cpp
│   ├── BT_Read_BD_Address.cpp
│   ├── BT_Remove_Dut.cpp
│   ├── BT_Reset_Dut.cpp
│   ├── BT_Run_External_Program.cpp
│   ├── BT_TX_Calibration.cpp
│   ├── BT_TX_Power_Control.cpp
│   ├── BT_TX_Verify_BDR.cpp
│   ├── BT_TX_Verify_EDR.cpp
│   ├── BT_TX_Verify_LE.cpp
│   ├── BT_Test.cpp
│   ├── BT_Test.h
│   ├── BT_Test.sln
│   ├── BT_Test.vcproj
│   ├── BT_Test.vcproj.VNGW.F6815460.user
│   ├── BT_Test.vcproj.XL-20130716KYDS.cq.user
│   ├── BT_Test.vcxproj
│   ├── BT_Test_Internal.cpp
│   ├── BT_Test_Internal.h
│   ├── BT_Write_BD_Address.cpp
│   ├── BT_Write_DUT_Info.cpp
│   ├── install.mak
│   ├── path_loss_BT.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── C3000_NFT_LP_DUT_verify_OK_1024
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── EX6200_11ac_LP_DUT_Developing
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── LP_Script.ini
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── FM_Test
│   ├── Doxyfile
│   ├── FM_Connect_IQTester.cpp
│   ├── FM_Disconnect_IQTester.cpp
│   ├── FM_Global_Setting.cpp
│   ├── FM_Initialize_Dut.cpp
│   ├── FM_Insert_Dut.cpp
│   ├── FM_Load_Path_Loss_Table.cpp
│   ├── FM_RX_Verify_AUDIO.cpp
│   ├── FM_RX_Verify_RSSI.cpp
│   ├── FM_Remove_Dut.cpp
│   ├── FM_Run_External_Program.cpp
│   ├── FM_Rx_Verify_RDS.cpp
│   ├── FM_TX_Verify_AUDIO.cpp
│   ├── FM_TX_Verify_RF_MEASUREMENTS.cpp
│   ├── FM_Test.cpp
│   ├── FM_Test.h
│   ├── FM_Test.sln
│   ├── FM_Test.vcproj
│   ├── FM_Test.vcxproj
│   ├── FM_Test_Internal.cpp
│   ├── FM_Test_Internal.h
│   ├── install.mak
│   ├── path_loss_FM.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── Fox_IQlite.3.0.1_Demo_11AC_v1.0
│   ├── CopyDllToBin.mak
│   ├── IQlite_Demo.cpp
│   ├── IQlite_Demo.vcproj
│   ├── IQlite_Demo_VS05_11AC.sln
│   ├── LP_DUT_setup.ini
│   ├── TestStartUp.ini
│   ├── global_settings.cpp
│   ├── global_settings.h
│   ├── global_settings.ini
│   ├── path_loss.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── Fox_IQlite.3.0.1_Demo_11AC_v2.0
│   ├── CopyDllToBin.mak
│   ├── IQlite_Demo.cpp
│   ├── IQlite_Demo.vcproj
│   ├── IQlite_Demo_VS05_11AC.sln
│   ├── LP_DUT_setup.ini
│   ├── R6250
│   │   ├── global_settings.cpp
│   │   └── stdafx.cpp
│   ├── TestStartUp.ini
│   ├── global_settings.cpp
│   ├── global_settings.h
│   ├── global_settings.ini
│   ├── path_loss.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── Fox_IQlite.3.0.1_Demo_11AC_v3.0
│   ├── CopyDllToBin.mak
│   ├── IQlite_Demo.cpp
│   ├── IQlite_Demo.vcproj
│   ├── IQlite_Demo_VS05_11AC.sln
│   ├── LP_DUT_setup.ini
│   ├── R6250
│   │   ├── global_settings.cpp
│   │   └── stdafx.cpp
│   ├── ReadMe.txt
│   ├── Release
│   │   └── IQlite_Demo_11AC.e__
│   ├── TestStartUp.ini
│   ├── global_settings.cpp
│   ├── global_settings.h
│   ├── global_settings.ini
│   ├── path_loss.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── Fox_IQlite_Demo
│   ├── CopyDllToBin.mak
│   ├── IQlite_Demo.cpp
│   ├── IQlite_Demo.vcproj
│   ├── IQlite_Demo_VS05.sln
│   ├── LP_DUT_setup.ini
│   ├── TestStartUp.ini
│   ├── global_settings.cpp
│   ├── global_settings.h
│   ├── global_settings.ini
│   ├── path_loss.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── Fox_IQlite_Demo_WiFi
│   ├── CopyDllToBin.mak
│   ├── IQlite_Demo.cpp
│   ├── IQlite_Demo.vcproj
│   ├── IQlite_Demo_VS05.sln
│   ├── LP_DUT_setup.ini
│   ├── TestStartUp.ini
│   ├── global_settings.cpp
│   ├── global_settings.h
│   ├── global_settings.ini
│   ├── path_loss.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── GPS_Test
│   ├── Doxyfile
│   ├── GPS_Connect_IQTester.cpp
│   ├── GPS_ContinueWave.cpp
│   ├── GPS_Disconnect_IQTester.cpp
│   ├── GPS_Global_Setting.cpp
│   ├── GPS_Initialize_Dut.cpp
│   ├── GPS_Insert_Dut.cpp
│   ├── GPS_Load_Path_Loss_Table.cpp
│   ├── GPS_ModulatedMode.cpp
│   ├── GPS_Remove_Dut.cpp
│   ├── GPS_Test.cpp
│   ├── GPS_Test.h
│   ├── GPS_Test.sln
│   ├── GPS_Test.vcproj
│   ├── GPS_Test.vcproj.VNGW.F6815460.user
│   ├── GPS_Test.vcproj.XL-20130716KYDS.cq.user
│   ├── GPS_Test.vcxproj
│   ├── GPS_Test_Internal.cpp
│   ├── GPS_Test_Internal.h
│   ├── GPS_Transmit_Scenario.cpp
│   ├── install.mak
│   ├── mod
│   │   ├── IQNavScenarioFile2008241_LPCopenhagen.xml
│   │   ├── IQNavScenarioFile2008241_LPShanghai.xml
│   │   ├── IQNavScenarioFile2008241_LPSunnyvale.xml
│   │   ├── IQNavScenarioFile2008241_LPTaipei.xml
│   │   ├── IQNavScenarioFile2008241_LondonBigBen.xml
│   │   └── IQNavScenarioFile2008241_Tokyotower.xml
│   ├── path_loss_GPS.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── I01X110.00_11ac_LP_DUT_OK
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── LP_Script.ini
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── WLAN_WL_Command_config_4360_TELNET_SOCKET.INI
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── IQlite_Demo
│   ├── CopyDllToBin.mak
│   ├── IQlite_Demo.cpp
│   ├── IQlite_Demo.vcproj
│   ├── IQlite_Demo.vcproj.VNGW.F6815460.user
│   ├── IQlite_Demo_VS05.sln
│   ├── stdafx.cpp
│   └── stdafx.h
├── IQlite_Logger
│   ├── IQlite_Logger.cpp
│   ├── IQlite_Logger.h
│   ├── IQlite_Logger.ini
│   ├── IQlite_Logger.vcproj
│   ├── IQlite_Logger.vcproj.VNGW.F6815460.user
│   ├── IQlite_Logger.vcproj.XL-20130716KYDS.cq.user
│   ├── IQlite_Logger.vcxproj
│   ├── IQlite_Logger.vcxproj.filters
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── IQlite_Timer
│   ├── IQlite_Timer.cpp
│   ├── IQlite_Timer.h
│   ├── IQlite_Timer.ini
│   ├── IQlite_Timer.vcproj
│   ├── IQlite_Timer.vcproj.VNGW.F6815460.user
│   ├── IQlite_Timer.vcproj.XL-20130716KYDS.cq.user
│   ├── IQlite_Timer.vcxproj
│   ├── IQlite_Timer.vcxproj.filters
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── IQlite_VS05.sln
├── IQmeasure
│   ├── DebugAlloc.cpp
│   ├── DebugAlloc.h
│   ├── IQmeasure.cpp
│   ├── IQmeasure.h
│   ├── IQmeasure.sln
│   ├── IQmeasure.vcproj
│   ├── IQmeasure.vcproj.VNGW.F6815460.user
│   ├── IQmeasure.vcproj.XL-20130716KYDS.cq.user
│   ├── IQmeasure.vcxproj
│   ├── IQmeasureTest
│   │   ├── IQmeasureTest.cpp
│   │   ├── IQmeasureTest.h
│   │   ├── IQmeasureTest.sln
│   │   ├── IQmeasureTest.vcproj
│   │   ├── IQmeasureTest.vcproj.VNGW.F6815460.user
│   │   ├── IQmeasureTest.vcproj.XL-20130716KYDS.cq.user
│   │   ├── IQmeasureTest.vcxproj
│   │   ├── IQmeasureTest_QA.cpp
│   │   ├── IQmeasure_QA.cpp
│   │   ├── QA_Setup.ini
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── IQmeasure_IQapi_Legacy
│   │   ├── IQmeasure_IQapi_Legacy.sln
│   │   ├── IQmeasure_IQapi_Legacy.vcproj
│   │   ├── IQmeasure_IQapi_Legacy.vcproj.VNGW.F6815460.user
│   │   ├── IQmeasure_IQapi_Legacy.vcproj.XL-20130716KYDS.cq.user
│   │   ├── IQmeasure_IQapi_Legacy.vcxproj
│   │   ├── IQmeasure_IQapi_Legacy_prev.h
│   │   ├── install.mak
│   │   ├── iqmeasure.cpp
│   │   ├── iqmeasure_prev.cpp
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── IQmeasure_IQapi_SCPI
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   ├── IQmeasure_IQapi_SCPI.dll.embed.manifest
│   │   │   ├── IQmeasure_IQapi_SCPI.dll.embed.manifest.res
│   │   │   ├── IQmeasure_IQapi_SCPI.dll.intermediate.manifest
│   │   │   ├── IQmeasure_IQapi_SCPI.exp
│   │   │   ├── IQmeasure_IQapi_SCPI.pdb
│   │   │   ├── mt.dep
│   │   │   └── vc80.pdb
│   │   ├── IQmeasure_IQapi_SCPI.sln
│   │   ├── IQmeasure_IQapi_SCPI.vcproj
│   │   ├── IQmeasure_IQapi_SCPI.vcproj.VNGW.F6815460.user
│   │   ├── IQmeasure_IQapi_SCPI.vcproj.XL-20130716KYDS.cq.user
│   │   ├── IQmeasure_IQapi_SCPI.vcxproj
│   │   ├── Release
│   │   │   ├── BuildLog.htm
│   │   │   ├── IQmeasure_IQapi_SCPI.dll.intermediate.manifest
│   │   │   ├── IQmeasure_IQapi_SCPI.exp
│   │   │   ├── IQmeasure_IQapi_SCPI.pdb
│   │   │   ├── mt.dep
│   │   │   ├── vc80.idb
│   │   │   └── vc80.pdb
│   │   ├── install.mak
│   │   ├── iqmeasure.cpp
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── IQmeasure_MPS.cpp
│   ├── IQmeasure_SCPI
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   ├── IQmeasure_SCPI.dll.embed.manifest
│   │   │   ├── IQmeasure_SCPI.dll.embed.manifest.res
│   │   │   ├── IQmeasure_SCPI.dll.intermediate.manifest
│   │   │   ├── IQmeasure_SCPI.exp
│   │   │   ├── IQmeasure_SCPI.pdb
│   │   │   ├── mt.dep
│   │   │   └── vc80.pdb
│   │   ├── IQmeasure_Common.cpp
│   │   ├── IQmeasure_Common.h
│   │   ├── IQmeasure_SCPI.sln
│   │   ├── IQmeasure_SCPI.vcproj
│   │   ├── IQmeasure_SCPI.vcproj.VNGW.F6815460.user
│   │   ├── IQmeasure_SCPI.vcproj.XL-20130716KYDS.cq.user
│   │   ├── IQmeasure_SCPI.vcxproj
│   │   ├── IQmeasure_Scpi.cpp
│   │   ├── IQmeasure_Scpi.h
│   │   ├── IQxstream_API.cpp
│   │   ├── IQxstream_API.h
│   │   ├── Release
│   │   │   ├── BuildLog.htm
│   │   │   ├── IQmeasure_SCPI.dll.intermediate.manifest
│   │   │   ├── IQmeasure_SCPI.exp
│   │   │   ├── IQmeasure_SCPI.pdb
│   │   │   ├── mt.dep
│   │   │   ├── vc80.idb
│   │   │   └── vc80.pdb
│   │   ├── install.mak
│   │   ├── iqmeasure.cpp
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── Include
│   └── Version.h
├── LICENSE
├── LP_DUT_U12L275_11ac_LP_DUT_Developing_14.06.16
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── LP_Script.ini
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── LP_Dut
│   ├── LP_DUT_setup.ini
│   ├── LP_Dut.cpp
│   ├── LP_Dut.h
│   ├── LP_Dut.vcproj
│   ├── LP_Dut.vcxproj
│   ├── LP_Dut_VS05.sln
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── LP_Dut_11ac
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── LP_Dut_U12L275_Anna_2014.06.13_up
│   ├── CSocketDutl.cpp
│   ├── CSocketDutl.h
│   ├── CopyDebugToBin.mak
│   ├── CopyReleaseToBin.mak
│   ├── GetAdapterInfo.h
│   ├── IQlite_Logger.h
│   ├── IQlite_Logger.ini
│   ├── IQmeasure.h
│   ├── LP_DUT_setup.ini
│   ├── LP_Dut.cpp
│   ├── LP_Dut.h
│   ├── LP_Dut.sln
│   ├── LP_Dut.vcproj
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── U12H181_BCM4311_RX_1221.txt
│   ├── VessionInfor.h
│   ├── iqapiDefines.h
│   ├── logfile.txt
│   ├── path_loss.csv
│   ├── serial.no
│   ├── stdafx.cpp
│   ├── stdafx.h
│   └── vDUT.h
├── R6200v2_R6250_11ac_LP_DUT_OK_0819
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── LP_Script.ini
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── R6200v2_R6250_11ac_LP_DUT_OK_0910
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── LP_Script.ini
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── R6250_bcm43217(2.4g)_bcm4360(5g)_11ac_LP_DUT_OK_20130502
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── R6300v2_AC1450_11ac_LP_DUT_verify_OK_0817
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── cmd.log
│   ├── devctl_.log.txt
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── R6300v2_AC1450_11ac_LP_DUT_verify_OK_0910
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── R8000_NFT_LP_DUT_verify_OK_0910
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── README.md
├── T77_11ac_LP_DUT_20130409_OK
│   ├── 000_2013-03-26-14-04-04_T77H391_5G.txt
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac.vcproj.T77H391PT1-1.Administrator.user
│   ├── LP_Dut_11ac.vcproj.VNGW.f6815460.user
│   ├── LP_Dut_11ac_VS05.ncb
│   ├── LP_Dut_11ac_VS05.sln
│   ├── LP_Dut_11ac_VS05.suo
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── T77_11AC.pcap
│   ├── T77_11ac_LP_DUT_20130409_OK.zip.txt
│   ├── U12H218_5G_11AC.txt
│   ├── cmd.log
│   ├── cmd.log.bak
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── TestManager
│   ├── Doxyfile
│   ├── TestManager.cpp
│   ├── TestManager.def
│   ├── TestManager.h
│   ├── TestManager.rc
│   ├── TestManager.vcproj
│   ├── TestManager.vcxproj
│   ├── install.mak
│   ├── resource.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── U12H163_U12H266_11ac_LP_DUT_OK
│   ├── Cmdlist.xlsx
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── LP_Script.ini
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── U12L310(BCM4360 BCM63168)11ac_LP_DUT_Developing_2014.10.15
│   ├── GetAdapterInfo.h
│   ├── LP_Dut_11ac.cpp
│   ├── LP_Dut_11ac.h
│   ├── LP_Dut_11ac.vcproj
│   ├── LP_Dut_11ac_VS05.sln
│   ├── LP_Script.ini
│   ├── PeerSocket.cpp
│   ├── PeerSocket.h
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── WiFi_11ac_MiMo_Test
│   ├── WiFi_11ac_MiMo_Connect_IQTester.cpp
│   ├── WiFi_11ac_MiMo_Global_Setting.cpp
│   ├── WiFi_11ac_MiMo_RX_Verify_Per.cpp
│   ├── WiFi_11ac_MiMo_TX_Calibration.cpp
│   ├── WiFi_11ac_MiMo_TX_Verify_Evm.cpp
│   ├── WiFi_11ac_MiMo_TX_Verify_Mask.cpp
│   ├── WiFi_11ac_MiMo_TX_Verify_Power.cpp
│   ├── WiFi_11ac_MiMo_TX_Verify_Spectrum.cpp
│   ├── WiFi_11ac_MiMo_Test.cpp
│   ├── WiFi_11ac_MiMo_Test.h
│   ├── WiFi_11ac_MiMo_Test.vcproj
│   ├── WiFi_11ac_MiMo_Test.vcxproj
│   ├── WiFi_11ac_MiMo_Test_Internal.cpp
│   ├── WiFi_11ac_MiMo_Test_Internal.h
│   ├── WiFi_Disconnect_IQTester.cpp
│   ├── WiFi_Get_Serial_Number.cpp
│   ├── WiFi_Initialize_Dut.cpp
│   ├── WiFi_Insert_Dut.cpp
│   ├── WiFi_Load_Path_Loss_Table.cpp
│   ├── WiFi_Power_Mode_Dut.cpp
│   ├── WiFi_Read_BB_Register.cpp
│   ├── WiFi_Read_Eeprom.cpp
│   ├── WiFi_Read_Mac_Address.cpp
│   ├── WiFi_Read_Mac_Register.cpp
│   ├── WiFi_Read_RF_Register.cpp
│   ├── WiFi_Read_Soc_Register.cpp
│   ├── WiFi_Remove_Dut.cpp
│   ├── WiFi_Run_Dut_Cmd.cpp
│   ├── WiFi_Run_External_Program.cpp
│   ├── WiFi_Write_BB_Register.cpp
│   ├── WiFi_Write_Eeprom.cpp
│   ├── WiFi_Write_Mac_Address.cpp
│   ├── WiFi_Write_Mac_Register.cpp
│   ├── WiFi_Write_RF_Register.cpp
│   ├── WiFi_Write_Soc_Register.cpp
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── WiFi_11ac_Test
│   ├── WiFi_11AC_Connect_IQTester.cpp
│   ├── WiFi_11AC_Disconnect_IQTester.cpp
│   ├── WiFi_11AC_Get_Serial_Number.cpp
│   ├── WiFi_11AC_Global_Setting.cpp
│   ├── WiFi_11AC_Initialize_Dut.cpp
│   ├── WiFi_11AC_Insert_Dut.cpp
│   ├── WiFi_11AC_Load_Path_Loss_Table.cpp
│   ├── WiFi_11AC_Power_Mode_Dut.cpp
│   ├── WiFi_11AC_RX_Verify_Per.cpp
│   ├── WiFi_11AC_Read_BB_Register.cpp
│   ├── WiFi_11AC_Read_Eeprom.cpp
│   ├── WiFi_11AC_Read_Mac_Address.cpp
│   ├── WiFi_11AC_Read_Mac_Register.cpp
│   ├── WiFi_11AC_Read_RF_Register.cpp
│   ├── WiFi_11AC_Read_Soc_Register.cpp
│   ├── WiFi_11AC_Remove_Dut.cpp
│   ├── WiFi_11AC_Run_Dut_Cmd.cpp
│   ├── WiFi_11AC_Run_External_Program.cpp
│   ├── WiFi_11AC_TX_Calibration.cpp
│   ├── WiFi_11AC_TX_Multi_Verification.cpp
│   ├── WiFi_11AC_TX_Verify_Evm.cpp
│   ├── WiFi_11AC_TX_Verify_Mask.cpp
│   ├── WiFi_11AC_TX_Verify_Power.cpp
│   ├── WiFi_11AC_TX_Verify_Spectrum.cpp
│   ├── WiFi_11AC_Template_Function.cpp
│   ├── WiFi_11AC_Test.cpp
│   ├── WiFi_11AC_Test.h
│   ├── WiFi_11AC_Test_Internal.cpp
│   ├── WiFi_11AC_Test_Internal.h
│   ├── WiFi_11AC_Write_BB_Register.cpp
│   ├── WiFi_11AC_Write_Eeprom.cpp
│   ├── WiFi_11AC_Write_Mac_Address.cpp
│   ├── WiFi_11AC_Write_Mac_Register.cpp
│   ├── WiFi_11AC_Write_RF_Register.cpp
│   ├── WiFi_11AC_Write_Soc_Register.cpp
│   ├── WiFi_11ac_Test.vcproj
│   ├── WiFi_11ac_Test.vcxproj
│   ├── install.mak
│   ├── path_loss.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── WiFi_11ac_Test_pingPong
│   ├── WiFi_11AC_Connect_IQTester.cpp
│   ├── WiFi_11AC_Disconnect_IQTester.cpp
│   ├── WiFi_11AC_Get_Serial_Number.cpp
│   ├── WiFi_11AC_Global_Setting.cpp
│   ├── WiFi_11AC_Initialize_Dut.cpp
│   ├── WiFi_11AC_Insert_Dut.cpp
│   ├── WiFi_11AC_Load_Path_Loss_Table.cpp
│   ├── WiFi_11AC_Power_Mode_Dut.cpp
│   ├── WiFi_11AC_RX_Verify_Per.cpp
│   ├── WiFi_11AC_Read_BB_Register.cpp
│   ├── WiFi_11AC_Read_Eeprom.cpp
│   ├── WiFi_11AC_Read_Mac_Address.cpp
│   ├── WiFi_11AC_Read_Mac_Register.cpp
│   ├── WiFi_11AC_Read_RF_Register.cpp
│   ├── WiFi_11AC_Read_Soc_Register.cpp
│   ├── WiFi_11AC_Remove_Dut.cpp
│   ├── WiFi_11AC_Run_Dut_Cmd.cpp
│   ├── WiFi_11AC_Run_External_Program.cpp
│   ├── WiFi_11AC_TX_Calibration.cpp
│   ├── WiFi_11AC_TX_Multi_Verification.cpp
│   ├── WiFi_11AC_TX_Verify_Evm.cpp
│   ├── WiFi_11AC_TX_Verify_Mask.cpp
│   ├── WiFi_11AC_TX_Verify_Power.cpp
│   ├── WiFi_11AC_TX_Verify_Spectrum.cpp
│   ├── WiFi_11AC_Template_Function.cpp
│   ├── WiFi_11AC_Test.cpp
│   ├── WiFi_11AC_Test.h
│   ├── WiFi_11AC_Test_Internal.cpp
│   ├── WiFi_11AC_Test_Internal.h
│   ├── WiFi_11AC_Write_BB_Register.cpp
│   ├── WiFi_11AC_Write_Eeprom.cpp
│   ├── WiFi_11AC_Write_Mac_Address.cpp
│   ├── WiFi_11AC_Write_Mac_Register.cpp
│   ├── WiFi_11AC_Write_RF_Register.cpp
│   ├── WiFi_11AC_Write_Soc_Register.cpp
│   ├── WiFi_11ac_Test.vcproj
│   ├── WiFi_11ac_Test.vcxproj
│   ├── install.mak
│   ├── path_loss.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── WiFi_MiMo_Test
│   ├── WiFi_Connect_IQTester.cpp
│   ├── WiFi_Disconnect_IQTester.cpp
│   ├── WiFi_Get_Serial_Number.cpp
│   ├── WiFi_Global_Setting.cpp
│   ├── WiFi_Initialize_Dut.cpp
│   ├── WiFi_Insert_Dut.cpp
│   ├── WiFi_Load_Path_Loss_Table.cpp
│   ├── WiFi_MiMo_Test.cpp
│   ├── WiFi_MiMo_Test.h
│   ├── WiFi_MiMo_Test.sln
│   ├── WiFi_MiMo_Test.vcproj
│   ├── WiFi_MiMo_Test.vcxproj
│   ├── WiFi_MiMo_Test_Internal.cpp
│   ├── WiFi_MiMo_Test_Internal.h
│   ├── WiFi_Power_Mode_Dut.cpp
│   ├── WiFi_RX_Verify_Per.cpp
│   ├── WiFi_Read_BB_Register.cpp
│   ├── WiFi_Read_Eeprom.cpp
│   ├── WiFi_Read_Mac_Address.cpp
│   ├── WiFi_Read_Mac_Register.cpp
│   ├── WiFi_Read_RF_Register.cpp
│   ├── WiFi_Read_Soc_Register.cpp
│   ├── WiFi_Remove_Dut.cpp
│   ├── WiFi_Run_Dut_Cmd.cpp
│   ├── WiFi_Run_External_Program.cpp
│   ├── WiFi_TX_Calibration.cpp
│   ├── WiFi_TX_Verify_Evm.cpp
│   ├── WiFi_TX_Verify_Mask.cpp
│   ├── WiFi_TX_Verify_Power.cpp
│   ├── WiFi_TX_Verify_Spectrum.cpp
│   ├── WiFi_Write_BB_Register.cpp
│   ├── WiFi_Write_Eeprom.cpp
│   ├── WiFi_Write_Mac_Address.cpp
│   ├── WiFi_Write_Mac_Register.cpp
│   ├── WiFi_Write_RF_Register.cpp
│   ├── WiFi_Write_Soc_Register.cpp
│   ├── install.mak
│   ├── stdafx.cpp
│   └── stdafx.h
├── WiFi_Test
│   ├── Doxyfile
│   ├── Multi_Segment_Waveform.ini
│   ├── TestStartUp.ini
│   ├── WiFi_Connect_IQTester.cpp
│   ├── WiFi_Disconnect_IQTester.cpp
│   ├── WiFi_Finalize_Eeprom.cpp
│   ├── WiFi_Get_Serial_Number.cpp
│   ├── WiFi_Global_Setting.cpp
│   ├── WiFi_Initialize_Dut.cpp
│   ├── WiFi_Insert_Dut.cpp
│   ├── WiFi_Load_Multi_Segment_Waveform.cpp
│   ├── WiFi_Load_Path_Loss_Table.cpp
│   ├── WiFi_Power_Mode_Dut.cpp
│   ├── WiFi_RX_Calibration.cpp
│   ├── WiFi_RX_Sweep_Per.cpp
│   ├── WiFi_RX_Verify_Per.cpp
│   ├── WiFi_Read_BB_Register.cpp
│   ├── WiFi_Read_Eeprom.cpp
│   ├── WiFi_Read_Mac_Address.cpp
│   ├── WiFi_Read_Mac_Register.cpp
│   ├── WiFi_Read_RF_Register.cpp
│   ├── WiFi_Read_Soc_Register.cpp
│   ├── WiFi_Remove_Dut.cpp
│   ├── WiFi_Run_Dut_Cmd.cpp
│   ├── WiFi_Run_External_Program.cpp
│   ├── WiFi_TX_Calibration.cpp
│   ├── WiFi_TX_Multi_Verification.cpp
│   ├── WiFi_TX_Verify_Evm.cpp
│   ├── WiFi_TX_Verify_Mask.cpp
│   ├── WiFi_TX_Verify_Power.cpp
│   ├── WiFi_TX_Verify_Spectrum.cpp
│   ├── WiFi_Template_Function.cpp
│   ├── WiFi_Test.cpp
│   ├── WiFi_Test.h
│   ├── WiFi_Test.sln
│   ├── WiFi_Test.vcproj
│   ├── WiFi_Test.vcxproj
│   ├── WiFi_Test_Internal.cpp
│   ├── WiFi_Test_Internal.h
│   ├── WiFi_Write_BB_Register.cpp
│   ├── WiFi_Write_Eeprom.cpp
│   ├── WiFi_Write_Mac_Address.cpp
│   ├── WiFi_Write_Mac_Register.cpp
│   ├── WiFi_Write_RF_Register.cpp
│   ├── WiFi_Write_Soc_Register.cpp
│   ├── WiFi_vDut_Disabled.cpp
│   ├── WiFi_vDut_Enabled.cpp
│   ├── install.mak
│   ├── path_loss.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── WiMAX_Test
│   ├── MaskRequirement.csv
│   ├── RX_Path_Loss_WiMAX.csv
│   ├── TX_Path_Loss_WiMAX.csv
│   ├── WiMAX_Connect_IQTester.cpp
│   ├── WiMAX_Disconnect_IQTester.cpp
│   ├── WiMAX_Global_Setting.cpp
│   ├── WiMAX_Initialize_Dut.cpp
│   ├── WiMAX_Insert_Dut.cpp
│   ├── WiMAX_Load_Path_Loss_Table.cpp
│   ├── WiMAX_RX_Verify_Per.cpp
│   ├── WiMAX_Read_Eeprom.cpp
│   ├── WiMAX_Read_Mac_Address.cpp
│   ├── WiMAX_Remove_Dut.cpp
│   ├── WiMAX_Reset_Dut.cpp
│   ├── WiMAX_TXRX_Calibration.cpp
│   ├── WiMAX_TXRX_Verification.cpp
│   ├── WiMAX_TX_Verify_Evm.cpp
│   ├── WiMAX_TX_Verify_Mask.cpp
│   ├── WiMAX_TX_Verify_Power.cpp
│   ├── WiMAX_Test.cpp
│   ├── WiMAX_Test.h
│   ├── WiMAX_Test.sln
│   ├── WiMAX_Test.vcproj
│   ├── WiMAX_Test.vcxproj
│   ├── WiMAX_Test_Internal.cpp
│   ├── WiMAX_Test_Internal.h
│   ├── WiMAX_Write_Eeprom.cpp
│   ├── WiMAX_Write_Mac_Address.cpp
│   ├── install.mak
│   ├── path_loss_WiMAX.csv
│   ├── stdafx.cpp
│   └── stdafx.h
├── lp_util
│   ├── StringUtil.cpp
│   ├── StringUtil.h
│   ├── install.mak
│   ├── lp_util.sln
│   ├── lp_util.vcproj
│   └── lp_util.vcxproj
└── vDUT
    ├── Doxyfile
    ├── install.mak
    ├── resource.h
    ├── stdafx.cpp
    ├── stdafx.h
    ├── vDUT.cpp
    ├── vDUT.h
    ├── vDUT.rc
    ├── vDUT.vcproj
    └── vDUT.vcxproj

52 directories, 768 files


标签: 测试

实例下载地址

LP wlan测试

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警