Max number of nargs in External Function

Hi there,

I would like to confirm if there is a maximum number of nargs to be set in external function.

My original external function has 8 nargs/inputs, and everything works well. When I modify my model and set ‘nargs = 10’, an error shows. I confirm that number of inputs in my external function is 10, and ‘nargs = 10’ is also set.

Any reply would be helpful!

Can you provide code to replicate the issue? I cannot reproduce the problem.