Jump to content
  • 0

Scope Continuous Record and Save *.csv


Slawek

Question

How can I adjust the settings of "Record" mode in Scope to continuously draw, record, save *.csv, and repeat automatically?

I want to avoid setting very long record duration because then I cannot observe the waveform behavior due to the large timebase.

I have the Logging widget set to "Each acquisition", which saves to *.csv, but when the drawing finishes, I have to manually press "Record" again.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Hi @Slawek

The Record mode is intended to capture then analyzer. It may take long time for the data to be processed in various views, measurements...

You can use a Scrip to restart the capture:

do{Scope.start()}while(Scope.wait())

image.png.8b8b690e7c7935f5104974ee6e34bda7.png

Edited by attila
Link to comment
Share on other sites

  • 0

Hi @Slawek

The "acquisition" saving can't be automated but:
- In the Logging view you can select the export format under the 'gear' after the Source option.
- You can use the example script to save both picture and data.

image.png.1cb11ae4db4c32a1b88d4b3668cf098e.png

image.png.ac17dbc8e11f6527289dd652616734a0.png

Edited by attila
Link to comment
Share on other sites

  • 0

Truly amazing how versatile your software is! This works great. Thank you. Screenshot below for future lurkers and my future self.

Bit off topic now, but is there a command to reset "Measurements"? (Yet again, I cannot find it via this forum or documentation)

Is there a more thorough API documentation available somewhere?

 

waveforms_scope_automatic_png_and_csv.png

Link to comment
Share on other sites

  • 0

Hi @Slawek

The Script tool provides access to most of the control behind the interface, a lot of objects and functions.
The commonly used ones are listed in the app Help and the Ctrl+Space can be used to reveal the child objects.
The Script access for scope-measurements-reset is currently not available but it will be in the next version.

Thank you for the clients since the feedbacks make the app evolve :)

image.png.ac2df7cc4eb096ccf28d34b07aaaa546.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...