We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a55b3 commit 4d08408Copy full SHA for 4d08408
src/virtac/atip_ioc_entry.py
@@ -61,7 +61,7 @@ def main():
61
ring_mode = str(os.environ["RINGMODE"])
62
except KeyError:
63
try:
64
- value = caget("SR-CS-RING-01:MODE", timeout=0.5, format=2)
+ value = caget("SR-CS-RING-01:MODE", timeout=1, format=2)
65
ring_mode = value.enums[int(value)]
66
logging.warning(
67
f"Ring mode not specified, using value from real "
0 commit comments