9 lines
271 B
Python
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) |