TSignalRead::SelectionStop Property

__declspec(property(get = GetSelectionStop, put = SetSelectionStop)) long long SelectionStop;

Specifies the upper file range limit.

Read: long long GetSelectionStop();
Write: void SetSelectionStop(const long long Value);
Remarks:

To limit the range of samples in the file being processed the SelectionStop can be set to something different then -1. If the file ends before the specified SelectionStop the processing will not be affected by the value of this property.

The value of this property affects only the IsEndOfFile method. SelectionStop is defined in number of samples.

Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler