Skip to content

Commit

Permalink
Merge ca19e84 into 5cd1fd0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ristè authored Mar 15, 2019
2 parents 5cd1fd0 + ca19e84 commit 3e8b7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGL/ChannelLibraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def new_X6(self, label, address, dsp_channel=0, record_length=1024, **kwargs):
chans = []

for p, d, s in itertools.product(phys_channels, dsp_channels, stream_types):
chans.append(Channels.ReceiverChannel(label=f"RecvChan-{label}-{s}-{d}-{p}",
chans.append(Channels.ReceiverChannel(label=f"RecvChan-{label}-{s}-{p}-{d}",
channel=p, dsp_channel=d, stream_type=s,
channel_db=self.channelDatabase))

Expand Down

0 comments on commit 3e8b7e2

Please sign in to comment.