Forum
Please or Register to create posts and topics.

ECO Support

PreviousPage 2 of 2

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)

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

 

ok that work for me

if ((res = AARTSAAPI_EnumDevice(&h, L"spectranv6eco", 0, &dinfo)) == AARTSAAPI_OK)

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.

PreviousPage 2 of 2