Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 Python IDLE-esque 命令提示界面集成到现有的 NI-CVI (LabWindows) 应用程序中。我尝试关注 Python.org 的讨论,但似乎迷失在细节中。有没有像我这样的傻瓜的资源?
这是一个调用 CVI 的 python 示例代码。
还有DaqMx python 绑定。