Files
sf-op/script/test/blm.py
root 7f88d445af
2019-08-08 10:10:28 +02:00

9 lines
271 B
Python

run("Devices/Elements")
plot(get_blm_raw("SINLH02-DBLM230"))
print get_blm_baseline("SINLH02-DBLM230")
print get_blm_range("SINLH02-DBLM230")
for blm in get_blms():
print blm, " - " , get_blm_baseline(blm), " - " , min(get_blm_raw(blm)), " - " , get_blm_range(blm)