You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, a flow controller will return False if initialized as a FlowMeter. We should consider a more verbose approach to is_connected covering the following scenarios:
Nothing's connected
Nothing's communicating
Something's communicating, but it's not an Alicat
An Alicat is communicating, but it's not a FlowMeter / FlowController
The text was updated successfully, but these errors were encountered:
Related to #7.
Right now, a flow controller will return
False
if initialized as aFlowMeter
. We should consider a more verbose approach tois_connected
covering the following scenarios:FlowMeter
/FlowController
The text was updated successfully, but these errors were encountered: