API Reference v9.1.0
FilterChangerclass
Module: zaber_motion.microscopy
A generic turret device.
The following examples illustrate how you can obtain an instance of this type:
Example 1
Example 2
from zaber_motion.ascii import Connection
from zaber_motion.microscopy import Microscope
connection = Connection.open_serial_port('COM3')
microscope = Microscope.find(connection)
filter_changer = microscope.filter_changerfrom zaber_motion.ascii import Connection
from zaber_motion.microscopy import FilterChanger
connection = Connection.open_serial_port('COM3')
device = connection.get_device(1)
filter_changer = FilterChanger(device)Related Guides:
Constructor
FilterChanger(device)Creates instance of `FilterChanger` based on the given device.
Arguments
| Name | Type | Description |
|---|---|---|
| device | Device | The base device of this turret. |
Properties
p
Methods
m
m
m