-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle disabled gagues in Pfeiffer agent (#145)
* Set pressure value to zero if the channel was off. Prior to this, it threw an error when querying pressure values when channels are off * Changes to the pfeiffer agent, trying to save some work and then update SOCS/OCS * Adding caching method to pfieffer class * Make os import consistent with other agents * Fix sphinx builds by removing global logger The problem line was `LOG = txaio.make_logger()`, though I'm not sure why, that same usage is in plenty of other agents. * Check strictly for gauges that are offline This counts gauges that cannot be switched on/off as 'on', where it was previously counting them as 'off'. * Move disabled channel log message to debug logs * Clean up docstring for channel_power method * Remove check_channel_stage_changes method * Remove call to channel_power method during acquisition --------- Co-authored-by: Brian Koopman <[email protected]>
- Loading branch information
1 parent
97054e6
commit 10b48d1
Showing
1 changed file
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters