blissoda.exafs.types.SubScanInfo#

class blissoda.exafs.types.SubScanInfo(legend, color, enabled=True, updated=False)[source]#

Bases: object

Parameters:
  • legend (str)

  • color (Tuple[int, int, int])

  • enabled (bool)

  • updated (bool)

color: Tuple[int, int, int]#
enabled: bool = True#
legend: str#
updated: bool = False#