Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TSL 文件可以导入其他 TSL 文件吗?想象一个在文件“b.tsl”中外包的结构,另一个文件想要使用它。
我查看了官方网页和部分网络,但没有找到任何东西.. 有什么可用的选项吗?
亲切的问候
西尔金特
是的,可以在 GraphEngine 中导入其他 TSL 文件,只需将其放在include $PathToTheDir$\b.tsl;TSL 文件的开头即可。
include $PathToTheDir$\b.tsl;
如果 TSL 文件在同一个 GraphEngine 建模项目中,则不需要显式导入它们。允许多个 TSL 文件,并且可以相互识别。我的建议是将单元格和结构定义拆分为不同的 TSL 文件(TSL 文件名无关紧要),在我看来,将 TSL 文件添加到项目中非常方便。