def SetBlockList(self, blocklist):
"""
Set function and function block library to display in TreeCtrl
@param blocklist: Function and function block library
"""
# Save functions and function blocks library
self.BlockList = blocklist
# Refresh TreeCtrl values
self.RefreshTree()
评论列表
文章目录