Index: leahi_dialin/dd/modules/balancing_chamber.py =================================================================== diff -u -r71a56766cee4274be927c6667123ccd396b1168d -ra68abf5742f400a8d97f4cf9ee4ce64edd64531c --- leahi_dialin/dd/modules/balancing_chamber.py (.../balancing_chamber.py) (revision 71a56766cee4274be927c6667123ccd396b1168d) +++ leahi_dialin/dd/modules/balancing_chamber.py (.../balancing_chamber.py) (revision a68abf5742f400a8d97f4cf9ee4ce64edd64531c) @@ -49,14 +49,14 @@ message_id = MsgIds.MSG_ID_DD_BAL_CHAMBER_DATA.value, function = self._handler_balancing_chamber_sync) - self.execution_state = 0 #: balChamberExecState - self.switching_state = 0 #: balChamberSWState - self.switching_frequency = 0.0 #: balChamberSWFreq - self.is_spent_fill_complete = 0 #: isSpentFillComplete - self.current_bal_chamber_switching_counter = 0 #: currentBalChamberSwitchingCounter - self.is_pressure_stabilized_during_fill = 0 #: isPressureStabilizedDuringFill - self.bal_chamber_switch_only_state = 0 #: balChamberSWOnlyState - self.is_bal_chamber_switching_active = 0 #: isBalChamberSwitchingActive + self.execution_state = 0 #: The Execution state + self.switching_state = 0 #: The Switching state + self.switching_frequency = 0.0 #: The Switching frequency of the balancing chamber + self.is_spent_fill_complete = 0 #: Is Spent fill complete or not + self.current_bal_chamber_switching_counter = 0 #: The Balancing Chamber's switching counter + self.is_pressure_stabilized_during_fill = 0 #: Is pressure stabilized during fill or not + self.bal_chamber_switch_only_state = 0 #: The balancing chamber's switch only state + self.is_bal_chamber_switching_active = 0 #: Is balancing chamber switching active self.dd_bal_chamber_timestamp = 0 #: The timestamp of the last message