Visual Basic (Declaration) | |
---|---|
Public MustOverride Property StartFrequency As Double |
C# | |
---|---|
public abstract double StartFrequency {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.
When StartFrequency is set to a non-zero value, the IsZoom property is set to true.
For multi-channel hardware, StartFrequency can be set independently for each channel using the FrequencyChannel.StartFrequency property on the appropriate channel. Individual FrequencyChannel objects are available via the Channels collection. To set the start frequency for all channels to the same value, set the StartFrequency property on this class.
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)