Change Routine Properties Variable

Hi,

I want to change the Value of a variable in the Routine Properties of a Process Node during the simulation. The variable I want to change is “need”, to stop TransportIn and start TransportOut. The script below works fine but need_Buffer.Value = True won’t assign the new value to the Routines Properties Variable “need”.

image

thanks for your help in advanced

That should work. Maybe there is another problem with the python logic.
See my test below.