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.
我想从我的 CAPL 脚本播放 Vector CANoe BLF/ASC 文件。由于某种原因,无法使用重播块。是否可以从 CAPL 脚本播放 CANoe BLF/ASC 文件?
只需使用 CAPL 命令重播文件:
dword StartReplayFile(char fileName[]);
开始播放名为 fileName 的回放文件。
(取自 CANoe 文档)。