Skip to content

Commit

Permalink
Don't forget to create channels for currents
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalaginja committed Dec 12, 2023
1 parent 082fc6c commit 99db396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catkit2/services/aim_tti_plp/aim_tti_plp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
self.current_streams = {}
self.stream_threads = {}
for channel_name in self.config['channels']:
self.add_voltage_channel(channel_name)
self.add_current_channel(channel_name)
self.add_voltage_channel(channel_name)

def add_current_channel(self, channel_name):
Expand Down

0 comments on commit 99db396

Please sign in to comment.