From 9e1803fcbbc5ae93ff5598ba59b5c56d181ac31d Mon Sep 17 00:00:00 2001 From: Johannes Schabbauer <johannes.schabbauer@tuwien.ac.at> Date: Mon, 15 Apr 2024 10:48:03 +0200 Subject: [PATCH] Revert "Fix Sweep amplitude for TimeBase" This reverts commit 4a8e3d1ad4d41c793b39a5fa61f5600f7e5750b1. --- TimeBaseAOMDriver/labscript_devices.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/TimeBaseAOMDriver/labscript_devices.py b/TimeBaseAOMDriver/labscript_devices.py index 7287850..f50fc5f 100644 --- a/TimeBaseAOMDriver/labscript_devices.py +++ b/TimeBaseAOMDriver/labscript_devices.py @@ -159,8 +159,6 @@ class TimeBaseAOMDriver(Device): if command=="Sampl": # 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["Sfampl"] =np.round(10*output.static_value).astype(np.int32) - else: AOM_group.attrs[command] = np.round(output.static_value).astype(np.int32) -- GitLab