Hi all, I am naively translating some C++ examples into Python, "word for word", and sometimes I get an error where the C++ code uses GetOutputPort() and Python seems happy with GetOutput() instead. what is the difference between GetOutputPort() and GetOutput() ? AW