Hello,
I needed to write a Narrowband Pulsed application (to control remotely a PNA Network Analyzer), and I am trying to write a CVI program.
I know I need to use a COM Method to send and return values from "agilentpnapulsed.dll", but I don't know how to use it... I see the dll has 4 exported function and 3 COM Methods (listed below) but I don't know how to use them because I don't find documents related...
_application::ConfigNarrowBand COM Method
_application::ConfigNarrowBand2 COM Method
_application::ConfigNarrowBand3 COM Method
DllCanUnloadNow Exported Function
DllGetClassObject Exported Function
DllRegisterServer Exported Function
DllUnregisterServer Exported Function
Is it possible to get an example program doing something similar to what I need?
Thanks!
Peli