04-24-2021 04:28 PM
I am trying to run the Engine Demos from the niveristand python package.
Both Engine Advanced and Basic demos work in non-deterministic mode but not in deterministic mode.
The error I get for is:
File "C:\Users\marcd\AppData\Local\Programs\Python\Python37\lib\site-packages\niveristand\clientapi\_sequencecallinfo.py", line 30, in create sequence_call_info_dot_net = SequenceCallInfoDotNet(sequence_path, target, parameters_dot_net, debug, timeout) TypeError: No constructor matches given arguments: (<class 'str'>, <class 'NoneType'>, <class 'list'>, <class 'bool'>, <class 'int'>)
Any idea what is the source of the problem?
I am using VeriStand 2020 R4 but I also have VeriStand 2017 installed. Those examples do not work at all with VeriStand 2017 (as expected).
Solved! Go to Solution.
04-28-2021 07:36 AM
Just got a response from NI.
This is a bug in the niveristand-python package.
Should have a fix in the next few weeks.