Method GetBandStart
View SourceGetBandStart(Int64, String, QsyDirection)
Gets the start frequency for the given mode on the current, next-upper or next-lower band.
Declaration
long GetBandStart(long frequency, string mode, QsyDirection qsyDirection)
Parameters
Type | Name | Description |
---|---|---|
Int64 | frequency | The frequency in Hertz. |
String | mode | The mode. |
QsyDirection | qsyDirection | The QSY direction. |
Returns
Type | Description |
---|---|
Int64 | The start frequency in Hertz. |
Remarks
This method may be used, in particular, for band switching.