Closedown
This commit is contained in:
@@ -18,6 +18,9 @@ class SimulatedEnergyReadback(Readable):
|
||||
def read(self):
|
||||
global energy
|
||||
return energy;
|
||||
|
||||
def get(self):
|
||||
return read()
|
||||
|
||||
|
||||
sim_energy = SimulatedEnergy()
|
||||
|
||||
Reference in New Issue
Block a user