From 3f21adf894e5d254e0c30d26c402489dfcb1922d Mon Sep 17 00:00:00 2001 From: rtan Date: Thu, 31 Oct 2024 13:01:37 +0100 Subject: [PATCH] removed AMC package --- Dasha_LCRCode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dasha_LCRCode.py b/Dasha_LCRCode.py index 5d29d70..e5e80ce 100644 --- a/Dasha_LCRCode.py +++ b/Dasha_LCRCode.py @@ -24,7 +24,7 @@ V_MAX = 25 # corresponds to the max RMS voltage of 25 V of KLC101 device ############################################ -import AMC +# import AMC # TODO: removed, this package only relevant for the positioner in the 1000 cryostat import csv import time import clr