x
 
1
function controlFunction(block)
2
{
3
  return 5*Math.sin(10*block.T);
4
}

Errors & Warnings