Hi, I am trying to have multi radars (2 radars now) connected to PC and capture ADC data, but I have trouble controlling them all at the same time. I am confused about the input parameter "RadarDeviceId" in functions: FunctionName_mult(), what does the "ID" means? And how to use them to control two AWR1243?
Also I found that when I the want to run command "ar1.Connect_mult(RadarDeviceId=1, ..., ...)", the software would, in fact, execute "ar1.Connect_mult(RadarDeviceId=0, ..., ...)", RadarDeviceId=0 but not 1. And the command "ar1.Connect_mult(RadarDeviceId=0, ..., ...)" would result in connection error and return -1. I tried to add a radar device with "ar1.AddDevice(RadarDeviceId)", but "ar1.AddDevice(RadarDeviceId=0)" result in error: "Power on one device at a time", and "ar1.AddDevice(RadarDeviceId=1)" just make the software break down and closed.
I am really confused about those problems. Thank you for your help and looking forward to your advice!