- improved logging
git-svn-id: http://moon:8086/svn/projects/HendiControl@117 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -33,5 +33,8 @@ class Mass(APlant):
|
||||
def setPower(self, power_w):
|
||||
self.P = power_w
|
||||
|
||||
def getPower(self):
|
||||
return self.P
|
||||
|
||||
def getTemperature(self):
|
||||
return self.theta + self.theta_amb
|
||||
|
||||
Reference in New Issue
Block a user