BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
Loading...
Searching...
No Matches
microscope.gui._DataQueue Class Reference
Inheritance diagram for microscope.gui._DataQueue:

Public Member Functions

def put (self, *args, **kwargs)
 

Detailed Description

Definition at line 131 of file gui.py.

Member Function Documentation

◆ put()

def 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: