Sum_F does not show the Block Parameters

Scilab Version 2024

OS: LMint 22.3

Right Click on sum_f and selecting Block Parameters a box tries to open but immediately closes fast enough that nothing in the box is seen. So the number of ports and any other parameters cannot be changed.

Hello,

The SUM_f block has no parameters, it only makes the + operation on scalar double.

Use the SUMMATION block to have gain on each port and advanced parameters.