PACompressionTest
Power Amplifier compression tester for Rohde & Schwarz Vector Network Analyzers
Install / Use
/learn @Terrabits/PACompressionTestREADME
PA Compression Test
Requirements
- Desktop Qt 5.15.2 MinGW 64-bit
- Conan 1.53.0
- Windows Installer XML 3.11
Setup
Conan Install
# from project root directory
cd build
conan install .. --build=missing
This should generate several conan files in build/, including conanbuildinfo.cmake.
Build
After conan install, the project can be built from Qt Creator.
- Open the project in Qt Creator
- When prompted, select kit
Desktop Qt 5.15.2 MinGW 64-bitand choose your desired build locations. - On the bottom-left, choose a
Releasebuild. - From the file menu, click
Build, thenBuild All Projects
You will need artifacts from the build. See the Distribute section below for required files.
Distribute
Copy the following files to Installer/ProgramFiles/Rohde-Schwarz/PA Compression Test/.
platforms/qwindows.dlld3d_compiler47.dlllibEGL.dlllibgcc_s_seh-1.dlllibGLESv2.dlllibqcustomplot.dlllibquazip1-qt5.dlllibstdc++-6.dlllibwinpthread-1.dllopengl32sw.dllPACompressionTest.exeQt5Core.dllQt5Gui.dllQt5Network.dllQt5PrintSupport.dllQt5Test.dllQt5Widgets.dllRsVisa64.dll
Run Installer/create_installer.bat to create an MSI installer file.
