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
With library libiec61850-1.5.1, trying to run test_connection.py from your code, I have the error:
Traceback (most recent call last):
File "simple_test.py", line 10, in
local_tselector.value = [0,4]
TypeError: in method 'TSelector_value_set', argument 2 of type 'uint8_t [4]'
Any idea how to solve it?
Thanks
The text was updated successfully, but these errors were encountered:
With library libiec61850-1.5.1, trying to run test_connection.py from your code, I have the error:
Traceback (most recent call last):
File "simple_test.py", line 10, in
local_tselector.value = [0,4]
TypeError: in method 'TSelector_value_set', argument 2 of type 'uint8_t [4]'
Any idea how to solve it?
Thanks
The text was updated successfully, but these errors were encountered: