NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

niveristand python package

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

0 Kudos
Message 1 of 3
(288 Views)

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

0 Kudos
Message 2 of 3
(146 Views)

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

0 Kudos
Message 3 of 3
(90 Views)