TSignalBrowse::SpanLength Property

__declspec(property(get = GetSpanLength, put = SetSpanLength)) long long SpanLength;

Defines the count of samples to be streamed from the signal file.

Read: long long GetSpanLength();
Write: void SetSpanLength(const long long Value);
Remarks:

If the data is streamed from the signal file, the value of this property is equal to the Length property.

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