[2025-01-18] For better promotion of the events, the categories in this system will be adjusted. For details, please refer to the announcement of this system. The link is https://indico-tdli.sjtu.edu.cn/news/1-warm-reminder-on-adjusting-indico-tdli-categories-indico
会议链接/Zoom Link:
https://cern.zoom.us/j/66708976616?pwd=wIvRGTja7ooamUftTYtz7brdc6ynl9.1
会议号/Meeting ID: 667 0897 6616
会议密码/Passcode: 949845
Hardware: DS Tracker Module based on Baby_2 and AC-LGAD sensors
Method to switch between front and rear terminals of the SourceMeter 2400 in the test program:
Given by PyMeasure Doc:
# Switch to rear input terminals
sourcemeter.use_rear_terminals()
# Switch back to front input terminals
sourcemeter.use_front_terminals()
PyMeasure Doc:
https://pymeasure.readthedocs.io/en/latest/api/instruments/keithley/keithley2400.html#pymeasure.instruments.keithley.Keithley2400.use_front_terminals
SCPI (Standard Commands for Programmable Instruments) command string :
# Switch to rear input terminals
sourcemeter.write(":ROUT:TERM REAR")
# Switch back to front input terminals
sourcemeter.write(":ROUT:TERM FRON[T]")
# Query the currently selected terminal
term = sourcemeter.ask(":ROUT:TERM?")
print("Current terminal:", term.strip())
Dark SHINE and CEPC
Dark SHINE, CEPC and ITk Test Beam
Run2, Run3
Feel free to continue the discussion and share your opinions with the group.