摘要:
首先启用Logging模块, 配置Logging模块,选择触发方式Toggle Trigger, 在simulation中添加新Node,添加如下CAPL。 includes { } variables { int i; } on start { setLogFileName("logging", 阅读全文
摘要:
FOR - Loop through a set of files in one folder. FOR /R - Loop through files (recurse subfolders) . FOR /D - Loop through several folders. FOR /L - Lo 阅读全文