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.testsuite.test_settings.ThingWithSomething Class Reference

Public Member Functions

def __init__ (self, val)
 
def set_val (self, val)
 
def get_val (self)
 

Public Attributes

 val
 

Detailed Description

Very simple container with setter and getter methods

Definition at line 35 of file test_settings.py.

Constructor & Destructor Documentation

◆ __init__()

def microscope.testsuite.test_settings.ThingWithSomething.__init__ (   self,
  val 
)

Definition at line 38 of file test_settings.py.

38 def __init__(self, val):
39 self.val = val
40

Member Function Documentation

◆ get_val()

def microscope.testsuite.test_settings.ThingWithSomething.get_val (   self)

Definition at line 44 of file test_settings.py.

44 def get_val(self):
45 return self.val
46
47

◆ set_val()

def microscope.testsuite.test_settings.ThingWithSomething.set_val (   self,
  val 
)

Definition at line 41 of file test_settings.py.

41 def set_val(self, val):
42 self.val = val
43

Member Data Documentation

◆ val

microscope.testsuite.test_settings.ThingWithSomething.val

Definition at line 39 of file test_settings.py.


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