Script execution
This commit is contained in:
@@ -38,10 +38,10 @@ def close_shutter():
|
||||
|
||||
|
||||
def transm_up(factor = 10.0):
|
||||
transm.write(min(transm.read() * factor, 1.0))
|
||||
transm.write(min(transm.position * factor, 1.0))
|
||||
|
||||
def transm_down(factor = 10.0):
|
||||
transm.write(transm.read() / factor)
|
||||
transm.write(transm.position / factor)
|
||||
|
||||
###################################################################################################
|
||||
# Pseudo-devices
|
||||
|
||||
Reference in New Issue
Block a user