Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Center As Double |
C# | |
---|---|
public abstract double Center {get; set;} |
You can set the frequency range with the Center and Span properties, or with the StartFrequency and StopFrequency properties. You can also use the SetCenterSpan or SetStartStopFrequency methods to set the frequency range all at one time.
Note that for multi-channel hardware, the center frequency can be set independently for each channel or all channels can be set to the same value. To set the center frequency for an individual channel, use the FrequencyChannel.Center property on the appropriate channel. Individual channel settings are available via the Channels collection.
To set the center frequency for all channels to the same value, set the Frequency.Center property and all the channels will be set to the same Center frequency.
When queried, this property always returns the value for the first channel.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)