mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-05-24 17:30:41 +02:00
Output formatting
This commit is contained in:
parent
cb1549cf2d
commit
5725af8307
@ -56,5 +56,7 @@ def createProxy(name: str, connect=True) -> OphydObject:
|
||||
|
||||
if __name__ == "__main__":
|
||||
for key in lut_db:
|
||||
print(key)
|
||||
print("")
|
||||
dut = createProxy(str(key))
|
||||
print(f"{key}\t:\t{dut.read()}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user