eda_plugin.utility.data_structures.MMChannel

class eda_plugin.utility.data_structures.MMChannel(name: str, active: bool, power: float, exposure_ms: int)

Bases: object

Part of a channel as found in the MDA channels list in MM.

__init__(name: str, active: bool, power: float, exposure_ms: int) None

Methods

__init__(name, active, power, exposure_ms)

Attributes

name

active

power

exposure_ms