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
Please help:
Using the RsNgx constructor with Simulate=True like describted in https://rsngx.readthedocs.io/en/latest/getting_started.html driver = RsNgx('TCPIP::192.168.56.101::HISLIP', True, True, "Simulate=True")
throws an ERROR .venv\lib\site-packages\RsNgx\RsNgx.py", line 50, in __init__ self._selected_channel = int(self._core.io.query_str('INSTrument:NSELect?', True)) ValueError: invalid literal for int() with base 10: 'Simulating'
Thanks in Advances.
The text was updated successfully, but these errors were encountered:
Dear Devs,
Please help:
Using the RsNgx constructor with Simulate=True like describted in https://rsngx.readthedocs.io/en/latest/getting_started.html
driver = RsNgx('TCPIP::192.168.56.101::HISLIP', True, True, "Simulate=True")
throws an ERROR
.venv\lib\site-packages\RsNgx\RsNgx.py", line 50, in __init__ self._selected_channel = int(self._core.io.query_str('INSTrument:NSELect?', True)) ValueError: invalid literal for int() with base 10: 'Simulating'
Thanks in Advances.
The text was updated successfully, but these errors were encountered: