Digital Signal Transceiver Driver Host API
- Updated2026-03-31
- 2 minute(s) read
Digital Signal Transceiver Driver Host API
The DST instrument is a high-speed serial device designed to function as a digital vector signal transceiver using custom FPGA firmware.
The FPGA firmware allows you to complete the following:
- Receive data from the serial interface, buffer to the onboard memory, and then transfer the I/Q data to host.
- Transfer I/Q data from the host to the onboard memory. Use scripts to send the data to the serial interface. The scripts can repeat, start, and/or stop transmitting data at specific events.
- Convert a serial data stream into I/Q data. You can apply digital signal processing (DSP) functions to enhance performance and control the data stream. This is useful for generating test vectors and correcting measurement signals.
The API has four main sections that helps you control different parts of the FPGA code:
Related Information
- Generating an I/Q Waveform
The Digital Signal Transceiver Driver allows you to control the transmission of the I/Q waveform through the high-speed serial and enables the digital TRM to generate an RF signal.
- Acquiring an I/Q Waveform
The Digital Signal Transceiver Driver allows you to receive digital data through the high-speed serial link from the device and emulate acquiring the RF signal in an I/Q waveform from the digital TRM.
- High-Speed Serial Communication and Interface