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

Skip to content
Snippets Groups Projects
Commit 97f750fd authored by Schabbauer, Johannes's avatar Schabbauer, Johannes
Browse files
parents 5465b4ee 4a8e3d1a
No related branches found
No related tags found
No related merge requests found
...@@ -158,6 +158,8 @@ class TimeBaseAOMDriver(Device): ...@@ -158,6 +158,8 @@ class TimeBaseAOMDriver(Device):
if command=="Sampl": if command=="Sampl":
# Amplitude has to be programmed in 0.1*dBm # Amplitude has to be programmed in 0.1*dBm
AOM_group.attrs[command] = np.round(10*output.static_value).astype(np.int32) AOM_group.attrs[command] = np.round(10*output.static_value).astype(np.int32)
AOM_group.attrs["Sfampl"] =np.round(10*output.static_value).astype(np.int32)
else: else:
AOM_group.attrs[command] = np.round(output.static_value).astype(np.int32) AOM_group.attrs[command] = np.round(output.static_value).astype(np.int32)
......
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