![]() |
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.
|
Public Member Functions | |
| def | __init__ (self, url) |
| def | enable (self) |
| def | receiveData (self, data, timestamp, *args) |
| def | trigger_and_wait (self) |
| def | __init__ (self, url) |
A client that can receive and buffer data.
Definition at line 70 of file clients.py.
| def microscope.clients.DataClient.__init__ | ( | self, | |
| url | |||
| ) |
Reimplemented from microscope.clients.Client.
Definition at line 73 of file clients.py.
| def microscope.clients.DataClient.enable | ( | self | ) |
Set the client on the remote and enable it.
Definition at line 90 of file clients.py.
References microscope.cameras.pvcam.PVCamera._buffer, microscope.clients.DataClient._buffer, microscope.clients.DataClient._client_uri, microscope.clients.Client._proxy, microscope.clients.DataClient.enable(), microscope.testsuite.devices.DummyDSP.set_client(), microscope.abc.DataDevice.set_client(), microscope.abc.TriggerTargetMixin.trigger(), and microscope.abc.DeformableMirror.trigger().
Referenced by microscope.clients.DataClient.enable().
| def microscope.clients.DataClient.receiveData | ( | self, | |
| data, | |||
| timestamp, | |||
| * | args | ||
| ) |
Definition at line 99 of file clients.py.
| def microscope.clients.DataClient.trigger_and_wait | ( | self | ) |
Definition at line 103 of file clients.py.