*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 6aecdbb8 authored by Schabbauer, Johannes's avatar Schabbauer, Johannes
Browse files

Typo

parent b479627d
Branches ADwin-waits
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ class TimeBaseAOMDriver(Device): ...@@ -204,7 +204,7 @@ class TimeBaseAOMDriver(Device):
raise LabscriptError(f"{AOM.name}: Cannot have more than 20 segments!") raise LabscriptError(f"{AOM.name}: Cannot have more than 20 segments!")
for i,segment in enumerate(AOM.segments): for i,segment in enumerate(AOM.segments):
AOM_group.attrs[f"Wseg:{i+1}"] = segment AOM_group.attrs[f"Wseg:{i+1}"] = segment
AOM_group.attrs[f"Mseg"] = 1 if len(AOM.segemnts)>0 else 0 AOM_group.attrs[f"Mseg"] = 1 if len(AOM.segments)>0 else 0
# There is no need to call Device.generate_code(), because nothing is done in the TimeBaseAOM class. # There is no need to call Device.generate_code(), because nothing is done in the TimeBaseAOM class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment