increase mercury timeout

+ set try_cnt for IPS to 0 (do no longer know why)
This commit is contained in:
2024-05-02 14:53:54 +02:00
parent a7ff73a34d
commit 9467f5233c
2 changed files with 2 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ fast_slow = Mapped(ON=0, OFF=1) # maps OIs slow=ON/fast=OFF to sample_rate.slow
class IO(StringIO):
identification = [('*IDN?', r'IDN:OXFORD INSTRUMENTS:*')]
timeout = 5
class MercuryChannel(HasIO):