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

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

Revert "Fix Sweep amplitude for TimeBase"

This reverts commit 4a8e3d1a.
parent 866f00f0
No related branches found
No related tags found
1 merge request!3Change activating Sweep mode after reply from TimeBase
...@@ -159,8 +159,6 @@ class TimeBaseAOMDriver(Device): ...@@ -159,8 +159,6 @@ 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