Method procedure SLScope.TSLChannelData.GetDrawXYData(PReal;PReal)

From Mitov Wiki Doc
Jump to: navigation, search

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 GetDrawXYData( XBuffer : PReal, YBuffer : PReal );

C++ Builder:

void __fastcall GetDrawXYData( PReal XBuffer, PReal YBuffer );

Visual C++ (MFC):

void GetDrawXYData( double * XBuffer, double * YBuffer );

Summary

Returns the X and Y data of the buffer currently shown on the scope.

Description

Call this method to get the the X and Y data of the buffer currently shown on the scope.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox