Question

creating input and output port in pythoncaller?


Badge
Hi,

 

is it possible to creat differents input and output ports in a pythoncaller?

 

if it is, how could we do?

 

Thank you.

 

Yann

4 replies

Userlevel 4
Hi

 

 

that isn't possible, I usually just create a new attribute in the Python code and then use an AttributeFilter or equivalent later on.

 

 

David
Badge
Thank you
Badge +22
When I want to mimic that, I wrap add the attribute(s) as Dave said, and wrap the python caller and Tester/AttributeFilter in a custom transformer and add as many outputs as desired. 
Badge
Hi,

 

thank you for your answers.

 

This question is solved but I don't know how to tag it "solved".

Reply