TiScope.SamplesPerSecond
TiScope
Specifies the number of samples per second that will be added to the chart.
property SamplesPerSecond : Integer;
Description
Use SamplesPerSecond to specify the number data samples that will be added to
the chart per second. It is necessary to specify the number of samples per
second so that the component knows the time spacing between each sample.
Example
Delphi
iComponent.SamplesPerSecond = 200000;
C++ Builder
iComponent->SamplesPerSecond = 200000;
Contents | Index | Previous | Next