Method function SLScope.TSLChannelData.GetDataSnapshot() : ISLChannelDataSnapshot
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:
function GetDataSnapshot() : ISLChannelDataSnapshot;
C++ Builder:
ISLChannelDataSnapshot __fastcall GetDataSnapshot();
Visual C++ (MFC):
ISLChannelDataSnapshot GetDataSnapshot();
Summary
Returns a snapshot of the latest channel data.
Description
Call this method to get a snapshot of the latest channel data.
The display data can be different than the latest data sent to the scope as the scope may be set on Hold or may not have been refreshed yet.