fixed import
This commit is contained in:
parent
8b8880a6e9
commit
292ca9c918
@ -3,7 +3,7 @@ import numpy as np
|
|||||||
from matplotlib import pyplot as plt
|
from matplotlib import pyplot as plt
|
||||||
import pyvisa
|
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
|
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):
|
def measure_count(instr, count=100, interval=0.05, update_func=None, update_interval=0.5, beep_done=True, verbose=True):
|
||||||
|
Loading…
Reference in New Issue
Block a user