01-22-2025 04:36 AM
I am facing one issue is related to the niveristand python package which not consist of system module bcz of that ai am not able to execute following code. which is attached its showing thatsystem module not found inside niveristand when i put following import statement.
from niveristand import system
05-08-2025 10:18 AM - edited 05-08-2025 10:18 AM
Hi, Info@123
I cannot find the .System() property on the `niveristand` module in the official API docs: API Reference — niveristand-python 3.2.2 documentation. So it does not seem to be part of the module, and hence cannot be imported.
Why do you want to use this property? Maybe there is an alternative you can use.
Best regards
Leonard
05-19-2025 09:48 PM
Why are you using the Python VeriStand package within TestStand?
It is meant to be used standalone from with Python to create and execute real-time sequences. If you pip install the package with a Python environment, then all modules are installed and work correctly.
Randy