Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Center As Double |
C# | |
---|---|
public abstract double Center {get; set;} |
Along with SampleRate, this determines the allowable range of measurement center/span frequencies. This property sets the implied center frequency for all channels. The Center property is ignored when DataPart is set to Real
For complex digital input data, it is usual to regard the spectrum as centered at 0. This property allows you to associate a different center frequency for the input data. The measurement Center Frequency may be set to any frequency in the range
Center +/- (Maximum Span)/2
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)