fill in airspy gain stages

This commit is contained in:
Jakob Ketterl 2021-02-23 17:36:16 +01:00
parent d15d9d8c76
commit 437943c26c

View File

@ -34,6 +34,5 @@ class AirspyDeviceDescription(SoapyConnectorDeviceDescription):
def getOptionalKeys(self):
return super().getOptionalKeys() + ["bias_tee", "bitpack"]
# TODO: find actual gain stages for airspay
# def getGainStages(self):
# return None
def getGainStages(self):
return ["LNA", "MIX", "VGA"]