Skip to content
Snippets Groups Projects
Commit 4b107839 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Python object SignalBase can be constructed only with a SignalBase C++ object.

parent e7075aa3
No related branches found
No related tags found
No related merge requests found
......@@ -160,9 +160,9 @@ class SignalBase (object) :
"""
if obj :
self.obj = obj
if not self.obj :
self.obj = wrap.create_signal_base(self, name)
else :
raise RuntimeError(
"A pointer is required to create SignalBase object.")
@property
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