5G NR
The 5G NR application for PWSG Desktop supports the same .NET API as N7631C Signal Studio for 5G NR. The N7631C runtime is also bundled with the PWSG Desktop installation.
The API reference document (help) is located in the following directory:
C:\Program Files\Keysight\PathWave\Signal Generation Desktop 2024\resources\app.asar.unpacked\native\bin\SignalStudio\N7631
The sample programs are located in the following directory:
C:\Program Files\Keysight\PathWave\Signal Generation Desktop 2024\SignalStudio_API_Samples\5GNR
Before you can use the .NET API sample programs, you must first make the following changes:
Be sure to reference the Keysight.SignalStudio.N7631.dll from the PWSG Desktop installation directory:
C:\Program Files\Keysight\PathWave\Signal Generation Desktop 2024\resources\app.asar.unpacked\native\bin\SignalStudio\N7631
Use the code below in your API program to set the Api.ApplicationDirectory to the directory shown in previous step.
Api.ApplicationDirectory = "C:\\Program Files\\Keysight\\PathWave\\Signal Generation Desktop 2024\\resources\\app.asar.unpacked\\native\\bin\\SignalStudio\\N7631”;