labscript-suite-temp / labscript_devices

Module containing labscript suite hardware compatibility, separate from the main programs. Device compatibility is implemented with a plugin architecture, for modularity and extensibility. Each file in this module contains a labscript device class, a BLACS tab class, a BLACS worker class and a runviewer parser class for a particular device. These implement functionality for the device which the programs in question call on when they encounter each device in user labscript code, hdf5 files, or connection tables.
0 stars 0 forks source link

Edge type for timeout trigger of wait monitor #18

Closed philipstarkey closed 5 years ago

philipstarkey commented 7 years ago

Original report (archived issue) by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson).


Permit specification of the trigger_edge_type for the WaitMonitor class.

philipstarkey commented 7 years ago

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


You mean for the timeout trigger, or for the edges that the WaitMonitor gets in order to determine how long the waits lasted?

philipstarkey commented 7 years ago

Original comment by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson).


The timeout trigger. I've implemented this enhancement (and fixed issue #17) in the monashspinor fork (commit).

philipstarkey commented 5 years ago

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


Closing as fixed in labscrtipt PR #34