BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
Loading...
Searching...
No Matches
microscope.gui._DataQueue Class Reference
Inheritance diagram for microscope.gui._DataQueue:

Public Member Functions

 put (self, *args, **kwargs)
 

Detailed Description

Definition at line 131 of file gui.py.

Member Function Documentation

◆ put()

microscope.gui._DataQueue.put ( self,
* args,
** kwargs )

Definition at line 133 of file gui.py.

133 def put(self, *args, **kwargs):
134 return super().put(*args, **kwargs)
135
136

The documentation for this class was generated from the following file: