Loading csp-lmc-mid/csp_lmc_mid/MidCspSubarrayBase.py +2 −2 Original line number Diff line number Diff line Loading @@ -859,7 +859,7 @@ class MidCspSubarrayBase(CspSubarray): def read_assignedVccState(self): # PROTECTED REGION ID(MidCspSubarrayBase.assignedVccState_read) ENABLED START # """Return the assignedVccState attribute.""" return (Tango.DevState.UNKNOWN,) return (tango.DevState.UNKNOWN,) def read_assignedVccHealthState(self): # PROTECTED REGION ID(MidCspSubarrayBase.assignedVccHealthState_read) ENABLED START # """Return the assignedVccHealthState attribute.""" Loading Loading @@ -887,7 +887,7 @@ class MidCspSubarrayBase(CspSubarray): def read_assignedFspState(self): # PROTECTED REGION ID(MidCspSubarrayBase.assignedFspState_read) ENABLED START # """Return the assignedFspState attribute.""" return (Tango.DevState.UNKNOWN,) return (tango.DevState.UNKNOWN,) # PROTECTED REGION END # // MidCspSubarrayBase.assignedFspState_read def read_assignedFspHealthState(self): Loading Loading
csp-lmc-mid/csp_lmc_mid/MidCspSubarrayBase.py +2 −2 Original line number Diff line number Diff line Loading @@ -859,7 +859,7 @@ class MidCspSubarrayBase(CspSubarray): def read_assignedVccState(self): # PROTECTED REGION ID(MidCspSubarrayBase.assignedVccState_read) ENABLED START # """Return the assignedVccState attribute.""" return (Tango.DevState.UNKNOWN,) return (tango.DevState.UNKNOWN,) def read_assignedVccHealthState(self): # PROTECTED REGION ID(MidCspSubarrayBase.assignedVccHealthState_read) ENABLED START # """Return the assignedVccHealthState attribute.""" Loading Loading @@ -887,7 +887,7 @@ class MidCspSubarrayBase(CspSubarray): def read_assignedFspState(self): # PROTECTED REGION ID(MidCspSubarrayBase.assignedFspState_read) ENABLED START # """Return the assignedFspState attribute.""" return (Tango.DevState.UNKNOWN,) return (tango.DevState.UNKNOWN,) # PROTECTED REGION END # // MidCspSubarrayBase.assignedFspState_read def read_assignedFspHealthState(self): Loading