Replies: 6 comments 1 reply
-
@emtagg, what are the arguments you're passing to the example script? If you're running the example on real hardware, please describe your hardware setup. |
Beta Was this translation helpful? Give feedback.
-
The issue is probably in the driver runtime that the python API is calling into or with the hardware. You can try a couple of things to narrow down the issue a bit more:
For support with driver runtime and/or hardware issues, please open a request through the NI support portal at ni.com. |
Beta Was this translation helpful? Give feedback.
-
We know little about your setup. run Also, confirm you can self test the instrument in MAX, and that you can use it from InstrumentStudio. If you have access to LabVIEW, C compiler, or C#, it would also be helpful if you can use the instrument from there. Essentially, we want to know if this is a bug in our Python binding, the driver runtime, or a hardware problem. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@emtagg were you able to try it? |
Beta Was this translation helpful? Give feedback.
-
I ran into the same error yesterday using NI-DCPower 21.3, Python 3.9.7 (the "Windows installer 64-bit" exe installed from https://www.python.org/downloads/release/python-397/), and nidcpower 1.4.1. I do have python 2.7 installed on the system.
The error occurs whether I use a real of invalid device name. Diagnostic info:
|
Beta Was this translation helpful? Give feedback.
-
Since a 2nd instance of this issue was reported, I created an issue to track it: #1663. I'm locking this discussion thread, further discussion will happen in the issue. |
Beta Was this translation helpful? Give feedback.
-
I'm running the nifgen_standard_function.py example and am unsure as to why it's producing this output:
I have downloaded the NI-FGEN (version 20.0.0) driver from the National Instruments website and am using python module nifgen=1.3.2.
Any tips on how to fix the error would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions