Skip to content
Snippets Groups Projects
Commit ee75c1f4 authored by Daniele Nicolodi's avatar Daniele Nicolodi
Browse files

cryo124k: Increase integration time for cryofan monitor to 20 PLCs

parent 80413137
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ class TransMIT124K: ...@@ -44,7 +44,7 @@ class TransMIT124K:
# Setup voltage measurement for channel 104: 10 V range, longest # Setup voltage measurement for channel 104: 10 V range, longest
# integration time to keep scanning rate to 1 Hz is 2 PLCs. # integration time to keep scanning rate to 1 Hz is 2 PLCs.
instr.send(b'CONF:VOLT:DC 10,(@104)') instr.send(b'CONF:VOLT:DC 10,(@104)')
instr.send(b'SENS:VOLT:DC:NPLC 2,(@104)') instr.send(b'SENS:VOLT:DC:NPLC 20,(@104)')
instr.query(b'*OPC') instr.query(b'*OPC')
# Configure scan list. # Configure scan list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment