Beispiel #1
0
    def __init__(self, *args, **kwargs):
        CObjectBase.__init__(self, *args, **kwargs)

        # Usable channels:
        # "Status", "AlarmList", "BeamLocation",
        # "BeamMarkVolume", "BeamShapeEllipse", "CleanVenturiOK",
        # "CollisionDetected", "CommandException", "CommandOutput",
        # "CoverOpen", "CurrentLiquidPosition", "DetergentEmpty",
        # "Flooding", "OverflowVenturiOK", "PlateID",
        # "PLCState", "HardwareInitPending", "Power12OK",
        # "SampleType", "TemperatureSampleStorage", "TemperatureSEU",
        # "LocalLockout", "State", "VacuumOK",
        # "ViscosityLevel", "WasteFull", "WaterEmpty",
        # "LiquidPositionFixed"

        # The target user-entered temperature
        self.__target_temperature = None
Beispiel #2
0
    def __init__(self, *args, **kwargs):
        CObjectBase.__init__(self, *args, **kwargs)


        # Usable channels:
        # "Status", "AlarmList", "BeamLocation",
        # "BeamMarkVolume", "BeamShapeEllipse", "CleanVenturiOK",
        # "CollisionDetected", "CommandException", "CommandOutput",
        # "CoverOpen", "CurrentLiquidPosition", "DetergentEmpty",
        # "Flooding", "OverflowVenturiOK", "PlateID",
        # "PLCState", "HardwareInitPending", "Power12OK",
        # "SampleType", "TemperatureSampleStorage", "TemperatureSEU",
        # "LocalLockout", "State", "VacuumOK",
        # "ViscosityLevel", "WasteFull", "WaterEmpty",
        # "LiquidPositionFixed"

        # The target user-entered temperature
        self.__target_temperature = None
Beispiel #3
0
 def __init__(self, *args, **kwargs):
     CObjectBase.__init__(self, *args, **kwargs)
Beispiel #4
0
 def __init__(self, *args, **kwargs):
     CObjectBase.__init__(self, *args, **kwargs)
Beispiel #5
0
 def __init__( self, *args, **kwargs ):
     CObjectBase.__init__( self, *args, **kwargs )
     # Threshold in keV (to change the sensitivity)
     self.__pilatusThreshold = 12.00
     self.__energyAdjust = True
     self.pilatusThreshold = None
Beispiel #6
0
 def __init__(self, *args, **kwargs):
     CObjectBase.__init__(self, *args, **kwargs)
     # Threshold in keV (to change the sensitivity)
     self.__pilatusThreshold = 12.00
     self.__energyAdjust = True
     self.pilatusThreshold = None