Method procedure SLScope.TSLChannelData.AddYPoint(Real)
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLChannelData
Contents |
Syntax
Delphi:
procedure AddYPoint( AValue : Real );
C++ Builder:
void __fastcall AddYPoint( double AValue );
Visual C++ (MFC):
void AddYPoint( double AValue );
Summary
Adds a data point with Y value to the data buffer for the channel.
Description
Use this method to add a data point with Y value to the data buffer for the channel.