Hi,
I'm trying to retrieve the host object of an Xpresso tag.
If the set-up is simply a Python Tag (i.e. Host Object>Python Tag): The solution would be op.GetObject()
However, my current set-up is within the Xpresso Tag (i.e. Host Object>Expresso Tag>Python Tag).
I get an error that GetObject()
is not included as GV Node method, which is consistent with the documentation.
That said, is there a way to get the Host Object with the given set-up above? All the GV Node methods seems to concern with the ports.
Thank you for looking at my problem