Jump to content
  • 0

Clear screen between traces


jfj

Question

Assume that the scope is set up so that the horizontal trace takes a noticeable time to traverse the screen, say 100ms/div.

Is there a way to clear the screen between scans?  In other words  (Clear screen>begin scan and slowly draw trace>end scan)> (Clear screen>begin scan and slowly draw trace>end scan)> (Clear screen>begin scan and slowly draw trace>end scan)...

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Hi @jfj

You can use Record mode with Script for this.
Use relatively low Rate and number of Samples since the record will disable the drawing automatically if device buffer/fifo is getting full, to prevent data loss.

do{ 
    Scope.Time.Drawwhilerecording.setChecked()
    Scope.run() 
}while(Scope.wait())

image.thumb.png.63473ab9c5e34e3a5cc8c2df6b9fbf30.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...