The maximum bandwidth of IQ with SDK

Quote from Sofon on 12/07/2022, 11:43What is the maximum bandwidth of IQ continuous acquisition through SDK program with one SPECTRAN V6-250X? Can it be up to 80MHz?
What is the maximum bandwidth of IQ continuous acquisition through SDK program with one SPECTRAN V6-250X? Can it be up to 80MHz?


Quote from Sofon on 15/07/2022, 12:16Quote from AdminTC on 12/07/2022, 13:45Why should there be a limitation ?
Do you mean it is no any limitation?
Quote from AdminTC on 12/07/2022, 13:45Why should there be a limitation ?
Do you mean it is no any limitation?

Quote from mm_dev on 15/07/2022, 14:44There is no special limitation in the SDK, just the same restrictions that apply when using the RTSA.
There is no special limitation in the SDK, just the same restrictions that apply when using the RTSA.

Quote from Sofon on 18/07/2022, 13:30So, can I use the following SDK to capture the raw IQ stream data up to 80MHz Bandwidth without any missing data?
"if (AARTSAAPI_ConfigFind(&d, &root, &config, L"main/decimation") == AARTSAAPI_OK)
AARTSAAPI_ConfigSetString(&d, &config, L"1 / 64");"
So, can I use the following SDK to capture the raw IQ stream data up to 80MHz Bandwidth without any missing data?
"if (AARTSAAPI_ConfigFind(&d, &root, &config, L"main/decimation") == AARTSAAPI_OK)
AARTSAAPI_ConfigSetString(&d, &config, L"1 / 64");"

Quote from mm_dev on 18/07/2022, 16:48Not when using that 1/64 Span factor obviously. If you want the full bandwidth you'll have to use the Full span setting.
Not when using that 1/64 Span factor obviously. If you want the full bandwidth you'll have to use the Full span setting.

Quote from Sofon on 25/07/2022, 17:35But when using the Full span setting , it will be missing data. Lower the bandwidth e.g. use a SPAN of 1/4 is okay without missing data. What should I set Span factor to capture the raw IQ stream data up to 80MHz bandwidth without any missing data?
But when using the Full span setting , it will be missing data. Lower the bandwidth e.g. use a SPAN of 1/4 is okay without missing data. What should I set Span factor to capture the raw IQ stream data up to 80MHz bandwidth without any missing data?

Quote from AdminTC on 26/07/2022, 09:10Check your code and hardware.
Should work without problems since a lot of customer are using it at at full rate.
Check your code and hardware.
Should work without problems since a lot of customer are using it at at full rate.