Fork me on GitHub

Communication Setup中VCDL与Python交互

 

Application Moudles基础代码

import vector.canoe
@vector.canoe.measurement_script
class LinkToSigFile:
# Called before measurement start to perform necessary initializations,
# e.g. to create objects. During measurement, few additional objects
# should be created to prevent garbage collection runs in time-critical
# simulations.
def initialize(self):
pass
#Notification that the measurement starts.
def start(self):
pass
#Notification that the measurement ends.
def stop(self):
pass
# Cleanup after the measurement. Complement to Initialize. This is not
# a "Dispose" method; your object should still be usable afterwards.
def shutdown(self):
pass

关联文章

ElementTree读取Arxml - 张一默 - 博客园 (cnblogs.com)

posted @   张一默  阅读(71)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
点击右上角即可分享
微信分享提示