use lists for all command stuff

This commit is contained in:
Jakob Ketterl
2019-12-28 16:44:45 +01:00
parent 489d2390c8
commit 86ceb7a274
5 changed files with 8 additions and 12 deletions

View File

@ -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")