when I have a phase shift of 10 degrees and a sampling frequency = f2*50, the signal loads to the function generator without any issues. However, when I change the phase angle to be 15 degrees and keep the sampling frequency = f2*50, I get the error 'Error generated by remote int...
Public NotInheritable Class SubMain Public Shared Sub Main() 'First check for other running instances, and exit the program if any are found For Each runningProcess As Process In Process.GetProcessesByName(Process.GetCurrentProcess.ProcessName) If Not runningProcess.Id = Process.GetCurrentProcess.Id...