Skip to content

Commit

Permalink
Fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofpayne committed Nov 26, 2024
1 parent 24a452a commit 1f5e65f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions laserstudio/instruments/laser.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def __init__(self, config: dict):
# Sweep parameters, in order to change the current_percentage
# regularly, within a random value from sweep_min to sweep_max,
# each sweep_freq applications
self.label = config.get("label")
self.sweep_max = 100.0
self.sweep_min = 0.0
self.sweep_freq = 100
Expand Down

0 comments on commit 1f5e65f

Please sign in to comment.