API documentation for Spectran V6 VSG 240XA-6

Quote from saurabh2205 on 27/09/2024, 12:36I am trying to integrate spectran V6 VSG 240XA-6 with my own application (coded in c++ in QT on Ubuntu). I want to control the VSG and transmit the IQ data (my code reteriving from a different receiver) at some particular frequency via spectran V6 VSG 240XA-6 directly via the API.
I am trying to understand https://github.com/Aaronia-Open-source/RTSA-API-Samples/blob/main/IQTransmitter/IQTransmitter.cpp , but there is no proper document/explanation of the commands.
can any one help me with the API documentation?
I am trying to integrate spectran V6 VSG 240XA-6 with my own application (coded in c++ in QT on Ubuntu). I want to control the VSG and transmit the IQ data (my code reteriving from a different receiver) at some particular frequency via spectran V6 VSG 240XA-6 directly via the API.
I am trying to understand https://github.com/Aaronia-Open-source/RTSA-API-Samples/blob/main/IQTransmitter/IQTransmitter.cpp , but there is no proper document/explanation of the commands.
can any one help me with the API documentation?

Quote from fw_dev on 30/09/2024, 10:19In the RTSA-API-Samples repo, all command's regarding the device are in-line commented. What is your specific question?
In the RTSA-API-Samples repo, all command's regarding the device are in-line commented. What is your specific question?

Quote from saurabh2205 on 30/09/2024, 13:13I have IQ data of 150MHz bandwidth. I want to transmit it via Spectran V6 VSG at some particular frequency.
What I need to know is, how and what to configure parameter for desired frequency and bandwidth.From the IQTransmitter.cpp what I understood is we need to configure Spectran V6 before transmitting. How to start Trasnmitter is not clear. After starting the device we need to wait for the transmitter and then send data. I would be transmitting continously, if I need to just change the frequency or the bandwidth then what is the sequence, do I need to Stop the transmission , configure the paramter and restart transmission or it can be done without stoping the transmission. If you have some more examples please do share them.
I have IQ data of 150MHz bandwidth. I want to transmit it via Spectran V6 VSG at some particular frequency.
What I need to know is, how and what to configure parameter for desired frequency and bandwidth.
From the IQTransmitter.cpp what I understood is we need to configure Spectran V6 before transmitting. How to start Trasnmitter is not clear. After starting the device we need to wait for the transmitter and then send data. I would be transmitting continously, if I need to just change the frequency or the bandwidth then what is the sequence, do I need to Stop the transmission , configure the paramter and restart transmission or it can be done without stoping the transmission. If you have some more examples please do share them.