Skip to content

Commit

Permalink
Regenerate KST33500
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBraml committed Feb 5, 2024
1 parent 2333450 commit 54fb429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_instrument_control_lib/devices/KST33500.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def toggle_channel(self, channel_idx: ChannelIndex, enable: bool, check_errors:
def set_channel_level(self, unit: ChannelUnit, channel_idx: ChannelIndex, level: float, check_errors: bool = False) \
-> None:
channel_idx.check(2)
self.execute(f'VOLTage:OFFSet {level * 2}') # TODO: Find proper way to set voltage level
self.execute(f'VOLTage:OFFSet {level / 2}') # TODO: Find proper way to set voltage level

0 comments on commit 54fb429

Please sign in to comment.