Please help:
Using the RsNgx constructor with Simulate=True like describted in https://rsngx.readthedocs.io/en/latest/getting_started.htmldriver = 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'
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.