Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub ConfigureContiguousCarriers( _ ByVal numberOfCarriers As Integer, _ ByVal carrierSpacing As Double _ ) |
C# | |
---|---|
public abstract void ConfigureContiguousCarriers( int numberOfCarriers, double carrierSpacing ) |
C++/CLI | |
---|---|
public: abstract void ConfigureContiguousCarriers( int numberOfCarriers, double carrierSpacing ) |
Parameters
- numberOfCarriers
- The number of carriers to configure.
- carrierSpacing
- The spacing between carrier centers in Hz.
This function will keep the existing CarrierConfigurations intact while adjusting some of their configuration values and will fill in the missing CarrierConfigurations to match the numberOfCarriers. Call this function also sets the ChannelRaster to ChannelRaster.None and the ChannelSpacing to ChannelSpacing.AdjacentCarriers.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)