overrideFrequency property

  1. @TagNumber(14)
double get overrideFrequency

This parameter is for advanced users and licensed HAM radio operators. Ignore Channel Calculation and use this frequency instead. The frequency_offset will still be applied. This will allow you to use out-of-band frequencies. Please respect your local laws and regulations. If you are a HAM, make sure you enable HAM mode and turn off encryption.

Implementation

@$pb.TagNumber(14)
$core.double get overrideFrequency => $_getN(13);
  1. @TagNumber(14)
set overrideFrequency (double value)

Implementation

@$pb.TagNumber(14)
set overrideFrequency($core.double value) => $_setFloat(13, value);