Property SLScope.TSLScopeChannel.Synchronize

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: TSLScopeChannel

Contents

Syntax

Delphi:

property Synchronize : Boolean read FSynchronize write FSynchronize default True;

C++ Builder:

__property bool Synchronize = { read=FSynchronize, write=FSynchronize, default=True };

Summary

Specifies if the channel data will be synchronized with the other channels.

Description

Set this property to True if you want the channel to be synchronized with the rest of the scope channels.

If the channel is not synchronized, data will be displayed as soon as it arrives.

If the channel is synchronized, it will wait until all channels have enough data to populate the scope before the channel data is displayed.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox