fixed import

This commit is contained in:
Matthias@Dell 2023-06-27 15:22:48 +02:00
parent 8b8880a6e9
commit 292ca9c918

View File

@ -3,7 +3,7 @@ import numpy as np
from matplotlib import pyplot as plt
import pyvisa
from m_teng.backends.keithley import reset
from m_teng.backends.keithley.keithley import reset
from m_teng.utility import testing as _testing
def measure_count(instr, count=100, interval=0.05, update_func=None, update_interval=0.5, beep_done=True, verbose=True):