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
I would like to be able to use index groups and arrays in a similar way to how you can call read_list_by_name() and write_list_by_name() if possible. I think this would take a dict in the same way that those functions do?
perhaps for naming they could be called read_list() and write_list() to match the read() and write() commands that use index group, address etc.
I'm not sure if this is possible with the underlying DLL, so feel free to close this issue if not.
The text was updated successfully, but these errors were encountered:
I would like to be able to use index groups and arrays in a similar way to how you can call
read_list_by_name()
andwrite_list_by_name()
if possible. I think this would take a dict in the same way that those functions do?perhaps for naming they could be called
read_list()
andwrite_list()
to match theread()
andwrite()
commands that use index group, address etc.I'm not sure if this is possible with the underlying DLL, so feel free to close this issue if not.
The text was updated successfully, but these errors were encountered: