Skip to content

Commit

Permalink
Add proc to diff_set_and_proc_target_voltages
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fernandes committed May 21, 2024
1 parent f5ef5ba commit a067bcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def diff_set_and_proc_target_voltages(
status &= self.protected_set(channel, target_voltages[i])

status.wait()
return status
return status self.protected_set(self.all_target_proc, 1)


def set(self, target_voltages: list[float], settle_time = 0) -> SubscriptionStatus:
Expand Down

0 comments on commit a067bcd

Please sign in to comment.