Build Your Own
get_hibernation() reports whether the publisher is asleep. Build it step by step:
Step 1 — Import the library
import icepython as iceStep 2 — Check the current state:
state = ice.get_hibernation()
print(state)
Output:
'False'get_hibernation() reports whether the publisher is asleep. Build it step by step:
Step 1 — Import the library
import icepython as iceStep 2 — Check the current state:
state = ice.get_hibernation()
print(state)
Output:
'False'