Method procedure SLScope.TSLDisplayZoneChannelLinkData.GetDataIndexes(PCardinal)
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: TSLDisplayZoneChannelLinkData
Contents |
Syntax
Delphi:
procedure GetDataIndexes( AIndexes : PCardinal );
C++ Builder:
void __fastcall GetDataIndexes( PCardinal AIndexes );
Visual C++ (MFC):
void GetDataIndexes( unsigned int * AIndexes );
Summary
Returns the latest indexes of the points from the channel in the zone.
Description
Call this method to get the latest indexes of the points from the channel in the zone.
The latest data may not be displayed yet on the scope if the scope is on Hold or have not been refreshed.
Call the GetDrawDataIndexes to get the indexes of the points in the drawn data.