- Plant-Simulation: reduce resolution to 0.1°C
git-svn-id: http://moon:8086/svn/projects/HendiControl@209 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -39,4 +39,4 @@ class Mass(APlant):
|
||||
return self.P
|
||||
|
||||
def getTemperature(self):
|
||||
return round(self.theta + self.theta_amb + self.kn*np.random.normal(0,1)/sqrt(12.0), 6)
|
||||
return round(self.theta + self.theta_amb + self.kn*np.random.normal(0,1)/sqrt(12.0), 1)
|
||||
|
||||
Reference in New Issue
Block a user