Forums
Clear A Scope - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: VCL Components (/forum-6.html)
+--- Forum: PlotLab (/forum-27.html)
+--- Thread: Clear A Scope (/thread-424.html)



Clear A Scope - jonny1517 - 07-23-2012 06:40 AM

Hi,

Just trying how to clear a scope.
I want to add a button that will clear all the data from a scope so that it becomes clearer to read.

Any help would be great.


RE: Clear A Scope - zahra - 07-31-2012 09:19 PM

Hi,
you can use clear method like this:
scope1.Channels[0].Data.Clear();