increase range of allowable values for RxGain to support Ettus hardware

This commit is contained in:
Michael Iedema
2015-02-04 10:25:29 +01:00
parent 925f0790b0
commit 904091ebaa

View File

@@ -2454,10 +2454,10 @@ ConfigurationKeyMap getConfigurationKeys()
"dB", "dB",
ConfigurationKey::FACTORY, ConfigurationKey::FACTORY,
ConfigurationKey::VALRANGE, ConfigurationKey::VALRANGE,
"25:75",// educated guess "0:75",
true, true,
"Receiver gain setting in dB. " "Receiver gain setting in dB. "
"Ideal value is dictated by the hardware; 47 dB for RAD1. " "Ideal value is dictated by the hardware; 47 dB for RAD1 and 0-10 dB for Ettus hardware. "
"This database parameter is static but the receiver gain can be modified in real time with the CLI \"rxgain\" command.", "This database parameter is static but the receiver gain can be modified in real time with the CLI \"rxgain\" command.",
ConfigurationKey::NODESPECIFIC ConfigurationKey::NODESPECIFIC
); );