本文整理汇总了Python中MOD.pause方法的典型用法代码示例。如果您正苦于以下问题:Python MOD.pause方法的具体用法?Python MOD.pause怎么用?Python MOD.pause使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类MOD
的用法示例。
在下文中一共展示了MOD.pause方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: runTest
# 需要导入模块: import MOD [as 别名]
# 或者: from MOD import pause [as 别名]
#.........这里部分代码省略.........
GRAB.compare(testcase)
############################ TestCase 26 ##########################################
testcase = 26
status("active")
RC.push(["right 1 2400"])
GRAB.compare(testcase)
############################ TestCase 27 ##########################################
testcase = 27
status("active")
RC.push(["left 1 2400", "ok 1 30000"])
GRAB.compare(testcase)
############################ TestCase 28 ##########################################
testcase = 28
status("active")
RC.push(["ok 1 3000"])
GRAB.compare(testcase)
############################ TestCase 29 ##########################################
testcase = 29
status("active")
RC.push(["ok 1 30400", "right 1 2000", "ok 1 5000"])
GRAB.compare(testcase)
############################ TestCase 30 ##########################################
testcase = 30
status("active")
RC.push(["exit 2 2400"])
UART.start_app("dvbsmanualscanner")
RC.push(["left 5 2400", "1", "2", "2", "2", "6 1 2000", "ok 1 20000", "exit 1 2400"])
GRAB.compare(testcase)
############################ TestCase 31 ##########################################
testcase = 31
status("active")
RC.push(["exit 2 2400"])
UART.start_app("dvbsmanualscanner")
RC.push(["left 5 2400", "1", "2", "2", "2", "6 1 2000", "ok 1 20000", "standby 1 5000", "standby 1 15000"])
GRAB.compare(testcase)
############################ TestCase 32 ##########################################
testcase = 32
status("active")
RC.push(["exit 2 2400"])
UART.start_app("dvbsmanualscanner")
RC.push(["left 5 2400", "1", "2", "2", "2", "6 1 2000", "ok 1 20000", "mute 1 2400"])
GRAB.compare(testcase)
############################ TestCase 33 ##########################################
testcase = 33
status("active")
RC.push(["VolUp 1 2400"])
GRAB.compare(testcase)
############################ TestCase 34 ##########################################
testcase = 34
status("active")
RC.push(["VolDown 1 2400"])
GRAB.compare(testcase)
############################ TestCase 35 ##########################################
testcase = 35
status("active")
MOD.pause(Modulator)
UART.default_settings()
RC.push(["exit 2 2400"])
UART.activate_app("dvbsmanualscanner")
UART.start_app("dvbsmanualscanner")
RC.push(["3 1 2000", "4 1 2000", "0 1 2000", "0 1 2000", "down 5 2400", "ok 1 5000"])
GRAB.compare(testcase)
############################ TestCase 36 ##########################################
testcase = 36
status("active")
RC.push(["ok 1 2400"])
GRAB.compare(testcase)
############################ TestCase 37 ##########################################
testcase = 37
status("active")
RC.push(["ok 1 5000", "left", "ok 1 3000"])
GRAB.compare(testcase)
############################ TestCase 38 ##########################################
testcase = 38
status("active")
RC.push(["right", "ok 1 3000"])
GRAB.compare(testcase)
############################ TestCase 39 ##########################################
testcase = 39
status("active")
RC.push(["exit 2 2400"])
UART.start_app("dvbsmanualscanner")
RC.push(["left 6 2400", "1", "2", "2", "2", "6 1 2000", "ok 1 20000"])
GRAB.compare(testcase)
############################ TestCase 40 ##########################################
testcase = 40
status("active")
RC.push(["right", "ok 1 5000", "exit 3 5000"])
GRAB.compare(testcase)
############################ TestCase 41 ##########################################
testcase = 41
status("active")
RC.push(["exit 2 2400"])
UART.start_app("dvbsmanualscanner")
RC.push(["left 5 2400", "1", "2", "2", "2", "6 1 2000", "ok 1 20000", "ok 1 5000", "exit 3 5000"])
GRAB.compare(testcase)
###################################################################################
status("active")
MOD.stop(Modulator)
GRAB.stop_capture()