Script execution

This commit is contained in:
gac-x03da
2023-08-15 10:12:15 +02:00
parent a63e1f3119
commit 1af8314874
+1 -1
View File
@@ -391,7 +391,7 @@ def after_scan():
def set_adc_averaging(dwelltime=0.0):
if dwelltime == 0.0:
if is_scienta_sampling():
if False: #is_scienta_sampling():
dwelltime = Scienta.getStepTime().read()
fixed = AcquisitionMode.read() == "Fixed"
else: