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