Visual Basic (Declaration) | |
---|---|
Public MustOverride Property SampleRate As Double |
C# | |
---|---|
public abstract double SampleRate {get; set;} |
Along with Center, this determines the allowable range of measurement center/span frequencies. This property sets the sample rate for all channels.
Digital data from the Logic Analyzer represents a numerical quantity sampled at periodic time intervals. The VSA can not determine the true sample rate from the Logic Analyzer, so you must enter it. The Sample Rate establishes the maximum measurement Span for the VSA as follows:
real data | Maximum Span = Sample Rate / 2.56 |
complex data | Maximum Span = Sample Rate / 1.28 |
The Span may be set to a value lower than Maximum Span. The analysis software then filters and resamples the incoming data to reduce the span.
Whenever the SampleRate or Center properties are changed, the Span of the measurement is reset to its maximum value and the Center Frequency of the measurement is set to equal the Center property.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)