frequencyOffset property
This parameter is for advanced users with advanced test equipment, we do not recommend most users use it. A frequency offset that is added to to the calculated band center frequency. Used to correct for crystal calibration errors.
Implementation
@$pb.TagNumber(6)
$core.double get frequencyOffset => $_getN(5);
Implementation
@$pb.TagNumber(6)
set frequencyOffset($core.double value) => $_setFloat(5, value);