ECO Support

Quote from pandora on 11/11/2024, 18:09Do u mean 3.0.1.15767?
I tested that version but the SDK is not detecting the ECO at all on my Ubuntu? It works with the RTSA Suite so it doesn’t seem to be a device issue. The SDK of the previous version was at least able to detect the device (tho I couldn’t initialize it)
Do u mean 3.0.1.15767?
I tested that version but the SDK is not detecting the ECO at all on my Ubuntu? It works with the RTSA Suite so it doesn’t seem to be a device issue. The SDK of the previous version was at least able to detect the device (tho I couldn’t initialize it)

Quote from [email protected] on 11/11/2024, 20:15hi
try to run the example "sweepSpwctrum.cpp" with the ECO device, but get en error " AARTSAAPI_EnumDevice failed : 1"
I would love to get help on this
hi
try to run the example "sweepSpwctrum.cpp" with the ECO device, but get en error " AARTSAAPI_EnumDevice failed : 1"
I would love to get help on this

Quote from [email protected] on 11/11/2024, 20:31ok that work for me
if ((res = AARTSAAPI_EnumDevice(&h, L"spectranv6eco", 0, &dinfo)) == AARTSAAPI_OK)
ok that work for me
if ((res = AARTSAAPI_EnumDevice(&h, L"spectranv6eco", 0, &dinfo)) == AARTSAAPI_OK)

Quote from mm_dev on 12/11/2024, 11:42Yeah, unfortunately the examples at this time are still designed for the V6 Plus and won't work with the ECO out of the box. In many cases you will just have to replace the "spectranv6" string with "spectranv6eco", but other cases will require more invasive changes to work properly due to the technical differences between Plus and ECO series.
Yeah, unfortunately the examples at this time are still designed for the V6 Plus and won't work with the ECO out of the box. In many cases you will just have to replace the "spectranv6" string with "spectranv6eco", but other cases will require more invasive changes to work properly due to the technical differences between Plus and ECO series.