Declared in Transmitter
Declaration
int GetFrequencyBandsInRange(
double targetFrequency,
double bandwidth
);Description
Returns the number of frequency bands that this transmitter can transmit on at the target frequency. This can be overridden by child classes for returning multiple bands if required.
Parameters
| Name | Description |
|---|---|
| targetFrequency | [Hz] The target frequency to match |
| bandwidth | [Hz] The bandwidth required for the transmission |