You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the code above I get the following exception on stimulus_session.deploy(True) but see the stimulus profile execute as expected in VeriStand.
Exception has occurred: ValueError
not enough values to unpack (expected 3, got 2)
File "C:\Users\mjacobso\Desktop\SCM\ADG-Examples\HIL\.code\Sequence_From_CSV\Python\Run_Stimulus_Profile.py", line 13, in <module>
stimulus_session.deploy(True)
I can resolve this error by editing line 55 of _stimuluspfofilesession.py from
I am trying to programmatically deploy a stimulus profile using a .csv file as the sequence file. I am using the code below.
Running the code above I get the following exception on
stimulus_session.deploy(True)
but see the stimulus profile execute as expected in VeriStand.I can resolve this error by editing line 55 of
_stimuluspfofilesession.py
fromTo
The text was updated successfully, but these errors were encountered: