diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2022-01-02 21:13:13 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2022-01-02 21:13:13 -0500 |
commit | bee44867ff80a7f955db8ea0bf169b5c09b644a2 (patch) | |
tree | ac780e9c481ea1816ce360cd1baa03ee2767e545 | |
parent | 7e8bf3dc9f0162ac1e30d6e57315937ff70506d5 (diff) | |
download | pyExpControl-bee44867ff80a7f955db8ea0bf169b5c09b644a2.tar.gz pyExpControl-bee44867ff80a7f955db8ea0bf169b5c09b644a2.zip |
added some descriptions
-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 |