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_devices.SerialDeviceTests Class Reference
Inheritance diagram for microscope.testsuite.test_devices.SerialDeviceTests:
microscope.testsuite.test_devices.TestCoboltLaser microscope.testsuite.test_devices.TestCoherentSapphireLaser microscope.testsuite.test_devices.TestOmicronDeepstarLaser

Public Member Functions

def test_connection_defaults (self)
 

Detailed Description

Definition at line 149 of file test_devices.py.

Member Function Documentation

◆ test_connection_defaults()

def microscope.testsuite.test_devices.SerialDeviceTests.test_connection_defaults (   self)

Definition at line 150 of file test_devices.py.

150 def test_connection_defaults(self):
151 self.assertEqual(self.device.connection.baudrate, self.fake.baudrate)
152 self.assertEqual(self.device.connection.parity, self.fake.parity)
153 self.assertEqual(self.device.connection.bytesize, self.fake.bytesize)
154 self.assertEqual(self.device.connection.stopbits, self.fake.stopbits)
155 self.assertEqual(self.device.connection.rtscts, self.fake.rtscts)
156 self.assertEqual(self.device.connection.dsrdtr, self.fake.dsrdtr)
157
158

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