POCS
POCS copied to clipboard
bisque Mount.status() fails until mount has been unparked once
Describe the bug
Calling pocs.mount.bisque.Mount.status()
when the mount is parked will result in a TheSkyXTimeout
error unless the mount has previously been unparked.
To Reproduce Steps to reproduce the behavior:
- Create a new
Mount
instance ofbisque
type. - Call
Mount.initialize()
- Call
Mount.status()
, get aTheSkyXTimeout
error. - Call
Mount.unpark()
- Call
Mount.status()
, it will work. - Call
Mount.park()
- Call
Mount.status()
, it will still work.
Expected behavior
Mount.status
should always return either the mount status or a warning about being unable to retrieve the mount status.
**Related Issues #917
I'm not able to recreate this although am using an existing ipython session. Will leave open for now.