01-30-2023 09:40 PM
How to use python program control USB5684 power meter?
Solved! Go to Solution.
01-30-2023 10:23 PM
Unfortunately, there is no readily available Python package for 568x devices.
This page lists the NI devices drivers that are currently available in Python - https://nimi-python.readthedocs.io/en/master/
Alternatively, you can install the NI 568x driver from https://www.ni.com/en-us/support/downloads/drivers/download.ni-568x-driver-software.html#348951 and call the C-dll in Python.
Refer to this article on how to call C-dll in Python - https://www.ni.com/en-us/support/documentation/supplemental/16/python-resources-for-ni-hardware-and-...
01-31-2023 12:26 AM
Thank you for your answer!
Can you provide me with the 64-bit NI568x DLL file?
01-31-2023 12:58 AM
Thank you for your answer. Can you provide me with the 64-bit NI568x DLL file?
01-31-2023 03:53 AM
How to use python program control USB-5684?
How to use functions in DLL file?
01-31-2023 08:22 AM
If you install the NI 568x driver from ni.com you will find the C DLLs in the following location,
And related documentation are available at
here is an online help to C DLL functions - https://www.ni.com/docs/en-US/bundle/rf-power-sensor-devices/page/568xcref/568xcref.html