set number of channels to allow channel selection

This commit is contained in:
Jakob Ketterl 2024-01-06 19:06:05 +01:00
parent cb6faa708a
commit 5e13e396c4

View file

@ -107,3 +107,6 @@ class AfedriDeviceDescription(SoapyConnectorDeviceDescription):
"R820T_MIXER_GAIN",
"R820T_VGA_GAIN",
]
def getNumberOfChannels(self) -> int:
return 4