Skip to content
Snippets Groups Projects
Commit 9b29651c authored by Karl Palmen's avatar Karl Palmen
Browse files

Expose Icomponent.getFullName to python re #5659


Signed-off-by: default avatarKarl Palmen <karl.palmen@stfc.ac.uk>
parent f9ce051b
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ void export_IComponent()
.def("getPos", &IComponent::getPos, "Returns the absolute position of the component")
.def("getDistance", &IComponent::getDistance, "Returns the distance, in metres, between this and the given component")
.def("getName", &IComponent::getName, "Returns the name of the component")
.def("getFullName", &IComponent::getFullName,"Returns full path name of component")
.def("type", &IComponent::type, "Returns the type of the component represented as a string")
;
......
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