本文整理匯總了Python中Setup.closedown方法的典型用法代碼示例。如果您正苦於以下問題:Python Setup.closedown方法的具體用法?Python Setup.closedown怎麽用?Python Setup.closedown使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類Setup
的用法示例。
在下文中一共展示了Setup.closedown方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Python代碼示例。
示例1: Scheduler
# 需要導入模塊: import Setup [as 別名]
# 或者: from Setup import closedown [as 別名]
DELTA = FREQ_LIMIT # done so first error doesn't count towards limit
while DELTA >= FREQ_LIMIT:
try:
Setup.setup()
try:
Setup.serial_setup()
except SerialException:
print "serial error"
time.sleep(2)
if var.serial_start == 0:
var.serial_start = 2
elif var.serial_start ==2:
var.serial_start = 0
Setup.closedown()
Setup.serial_setup()
SCHED = Scheduler()
SCHED.new(server(var.port))
SCHED.mainloop()
except StandardError:
print "standard error"
print traceback.format_exc()
#print var.devices
#print var.devices[0][2].isOpen()
#break
STOP = time.time()
DELTA = STOP - START
if var.soc: