Skip to content
Snippets Groups Projects
Commit 7194cb6e authored by olivier stasse's avatar olivier stasse
Browse files

Add signal name in the python class.

This is crucial when debugging remotely using winpdb.
parent b8c21f7e
No related branches found
No related tags found
No related merge requests found
...@@ -164,6 +164,8 @@ class SignalBase (object) : ...@@ -164,6 +164,8 @@ class SignalBase (object) :
else : else :
raise RuntimeError( raise RuntimeError(
"A pointer is required to create SignalBase object.") "A pointer is required to create SignalBase object.")
self.name=self.getName()
@property @property
def time(self) : def time(self) :
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment