use lists for all command stuff
This commit is contained in:
@ -33,8 +33,7 @@ class Resampler(DirectSource):
|
||||
"csdr fir_decimate_cc {decimation} {ddc_transition_bw} HAMMING".format(
|
||||
decimation=self.decimation, ddc_transition_bw=self.transition_bw
|
||||
),
|
||||
self.getNmuxCommand(),
|
||||
]
|
||||
] + self.getNmuxCommand()
|
||||
|
||||
def activateProfile(self, profile_id=None):
|
||||
logger.warning("Resampler does not support setting profiles")
|
||||
|
Reference in New Issue
Block a user