add fictional bias_tee mapping for rtl_sdr_soapy

needs to be implemented in SoapyRTLSDR first
This commit is contained in:
Jakob Ketterl 2020-03-14 01:56:17 +01:00
parent fea2cd1cc5
commit c387fe0fe9

View File

@ -4,7 +4,7 @@ from .soapy import SoapyConnectorSource
class RtlSdrSoapySource(SoapyConnectorSource):
def getSoapySettingsMappings(self):
mappings = super().getSoapySettingsMappings()
mappings.update({"direct_sampling": "direct_samp"})
mappings.update({"direct_sampling": "direct_samp", "bias_tee": "bias_tee"})
return mappings
def getDriver(self):