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.clients.Client Class Reference
Inheritance diagram for microscope.clients.Client:
microscope.clients.DataClient

Public Member Functions

def __init__ (self, url)
 

Detailed Description

Base Client object that makes methods on proxy available locally.

Definition at line 39 of file clients.py.

Constructor & Destructor Documentation

◆ __init__()

def microscope.clients.Client.__init__ (   self,
  url 
)

Definition at line 42 of file clients.py.

42 def __init__(self, url):
43 self._url = url
44 self._proxy = None
45 self._connect()
46

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