Adding IFGR-only gain model option (recently added to SoapySDRPlay3)
This commit is contained in:
parent
a21fe1371e
commit
a01e8260d4
@ -41,6 +41,7 @@ class GainModelOptions(DropdownEnum):
|
||||
GMODEL_DB = "DB"
|
||||
GMODEL_RFATT = "RFATT"
|
||||
GMODEL_STEPS = "STEPS"
|
||||
GMODEL_IFGR = "IFGR"
|
||||
|
||||
def __str__(self):
|
||||
return self.value
|
||||
|
Loading…
x
Reference in New Issue
Block a user