Posted Wed, 31 May 2023 16:48:10 GMT by Rapp, Martin Hardware Designer
Hello<br> <br> what is the expectable data transfer rate if I use USB3.0 and Ethernet?<br> This is a snip from my current python script&#160;<br> <br> MSO58.write('SAVE:SESsion \&quot;'+fileNameSessionScope+'\&quot;')<br> <br> # Wait for instrument to finish writing image to disk<br> # OPC-query fails. --&gt; hard coded wait<br> # MSO58.query('*OPC?')<br> time.sleep(3)<br> <br> MSO58.write('FILESystem:READFile \&quot;'+fileNameSessionScope+'\&quot;')<br> sessionData = MSO58.read_raw()<br> # MSO58.query( '*OPC?')<br> # # Save session data to local disk<br> # file = open(fileName, &quot;wb&quot;)<br> # file.write(sessionData)<br> # file.close()<br> &#160;
Posted Fri, 02 Jun 2023 15:38:56 GMT by Xu, Iris
Hi Martin,<br> Is your MSO58 running <a href="https://www.tek.com/en/support/faqs/how-can-i-tell-if-my-5-series-mso-running-windows">Windows or non-windows OS</a>? And what firmware version?<br> <br> -Iris Xu
Posted Fri, 02 Jun 2023 16:06:43 GMT by Rapp, Martin Hardware Designer
Hi Iris,<br> <br> It runs with Windows.<br> Firmware version 1.44.3.433.<br> <br> Martin

You must be signed in to post in this forum.