diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lock_eit.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py index 08522c5..3d8baff 100644 --- a/examples/lock_eit.py +++ b/examples/lock_eit.py @@ -191,7 +191,7 @@ async def main(): ai['pid'].setEnable(True) apparatus.runStatus = True res = await asyncio.gather( - feedbackLoop(apparatus, nsteps=200) + feedbackLoop(apparatus, nsteps=50) ) async def calibratingLockin(): @@ -225,7 +225,7 @@ async def main(): apparatus.setLockinSlope(slope) logger.info(f'dE = {dE}') - logger.info(f'slope = {slope}') + logger.info(f'lockin error signal slope = {slope} V/Hz') apparatus.getBCurrent(); # this automatically logs value to TSDB |