Skip to content

State

State

ScientISST Device State class

A state returned by ScientISST.state()

Source code in scientisst/state.py
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
class State:
    """
    ScientISST Device State class

    A state returned by ScientISST.state()

    """

    a = [0] * 8
    digital = [0] * 4
    battery = None
    bat_threshold = None

Last update: 2021-11-30