TiScope.DataBlockSynchronized
TiScope
Indicates whether all channels contain the same number of data points (i.e.
Synchronized).
property DataBlockSynchronized : Boolean
Description
Use DataBlockSynchronized to determine if all of the Scope channels have the
same number of data points (i.e. Channels are Synchronized). This is usually
called to determine whether it is safe to call DataBlockEnd.
Example
Delphi
Value := iComponent.DataBlockSynchronized;
C++ Builder
Value = iComponent->DataBlockSynchronized;
Note: this property is Read-Only.
Contents | Index | Previous | Next