import isystem.connect as ic
winidea_id = ''
def test_gotoFunction():
connMgr = ic.ConnectionMgr()
connMgr.connect(ic.CConnectionConfig().instanceId(winidea_id))
execCtrl = ic.CExecutionController(connMgr)
execCtrl.gotoFunction("SoCInit")
if __name__ == "__main__":
test_gotoFunction()