Method procedure SLScope.TSLChannelData.GetXYData(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 GetXYData( XBuffer : PReal, YBuffer : PReal );

C++ Builder:

void __fastcall GetXYData( PReal XBuffer, PReal YBuffer );

Visual C++ (MFC):

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

Summary

Retrieves the X and Y data from the last buffer sent to the scope.

Description

Call this method to get the X and Y data from the last buffer sent to the scope. The buffer may not have been displayed yet.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox