Hi again, Apologies, this is what you get from not using copy/paste...
On 06/03/2020 14:06, Paul Boven wrote:
Create a 'Variable' block, with Id 'Sine', and Value: np.sin(np.linrange(0, 2*np.pi, samp_rate, endpoint=False)
This needs to be 'linspace', not 'linrange'. Regards, Paul Boven.