Startup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Mon Apr 03 08:45:53 CEST 2017
|
||||
#Mon Apr 03 09:15:50 CEST 2017
|
||||
colormap=Flame
|
||||
colormapAutomatic=false
|
||||
colormapMax=1000.0
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
class PseudoDevice(ReadonlyRegisterBase):
|
||||
def doRead(self):
|
||||
return gun_solenoid.take()/gun_phase.take()
|
||||
|
||||
|
||||
add_device(PseudoDevice(), True)
|
||||
Reference in New Issue
Block a user