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 257b2a7 commit 4c62461Copy full SHA for 4c62461
tests/btf_test.py
@@ -25,7 +25,7 @@ def va_process():
25
def test_pv_connection(va_process):
26
27
assert va_process.poll() is None
28
- x = caget('ITSF_Diag:BPM04:xAvg', connection_timeout=0.1)
+ x = caget('ITSF_Diag:BPM04_4:xAvg', connection_timeout=0.1)
29
assert x is not None
30
31
@@ -39,7 +39,7 @@ def test_bad_pv(va_process):
39
def test_corrector(va_process):
40
corrector = "BTF_MEBT_Mag:DCH00:B"
41
corrector_set = "BTF_MEBT_Mag:PS_DCH00:I_Set"
42
- bpm_device = "ITSF_Diag:BPM04:xAvg"
+ bpm_device = "ITSF_Diag:BPM04_4:xAvg"
43
44
original_val = caget(corrector_set)
45
settings = [(0.0, -0.03, 0.0),
0 commit comments