Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCON CommError #5

Open
gitansh95 opened this issue Oct 2, 2017 · 0 comments
Open

TCON CommError #5

gitansh95 opened this issue Oct 2, 2017 · 0 comments
Labels

Comments

@gitansh95
Copy link
Collaborator

gitansh95 commented Oct 2, 2017

The following error occurred while trying to acquire current fluctuations at various temperatures using SMU and TCON :

Traceback (most recent call last):
  File "time_resolved_IV.py", line 110, in <module>
    main()
  File "time_resolved_IV.py", line 102, in main
    measure_current(xsmu_driver, xtcon_driver, iterations)
  File "time_resolved_IV.py", line 37, in measure_current
    temperature = xtcon_driver.getSampleTemperature()
  File "../modules/xtcon/tcon.py", line 159, in getSampleTemperature
    T = self.readSensor2Temperature()
  File "../modules/xtcon/tcon.py", line 141, in readSensor2Temperature
    self.check_timeout (timeout, 'Read sensor 2')
  File "../modules/xtcon/tcon.py", line 127, in check_timeout
    raise CommError ('TCON_CommError: ' + str (context))
tcon.CommError: TCON_CommError: Read sensor 2

The python script running was in PR #3, commit : ceb950e, file user_scripts/time_resolved_IV.py

The python program ends after this error is raised, but the TCON continues to hold its isothermal setpoint.

@gitansh95 gitansh95 added the bug label Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant