Subrack Data

This module contains base data/facts about a subrack.

class FanMode(value)

Python enumerated type for FanMode attribute.

MANUAL = 0

Tango Device accepts commands from all clients.

class SubrackData

This class contain data/facts about a subrack that are needed by multiple classes.

For example, the fact that a subrack contains 8 TPM bays is something that a subrack driver may need to know, a subrack Tango device may need to know, and a subrack simulator certainly needs to know. So rather than store this fact in three separate places, we store it here.

MAX_SUBRACK_FAN_SPEED = 8000.0

The maximum fan speed for the subrack.

TPM_BAY_COUNT = 8

The number of TPM bays (some bays may be empty)