This commit is contained in:
@@ -71,6 +71,7 @@ def test_motor_initializes_device_attrs():
|
||||
pv = getattr(m, attr)
|
||||
|
||||
print(f"PV object: {pv}")
|
||||
print("Type:", type(pv))
|
||||
if pv is not None:
|
||||
print(f"PV name: {pv.pvname}")
|
||||
print(f"PV connected: {pv.connected}")
|
||||
|
||||
Reference in New Issue
Block a user