4import isystem.connect
as ic
11 connMgr = ic.ConnectionMgr()
12 connMgr.connect(ic.CConnectionConfig().instanceId(winidea_id))
14 execCtrl = ic.CExecutionController(connMgr)
17 print(
"Executing one machine-instruction step (with 1 sec timeout)...")
18 execCtrl.stepInst(ic.CExecutionController.TOUT_1s,
True)
21if __name__ ==
"__main__":