Host Templates
- Updated2025-10-07
- 2 minute(s) read
NI Data Link Test Framework provides the following host templates as starting points for developing a host application.
In the transmit application, data transmits from a coprocessor to the NI-RFSG of the VST. You must configure NI-RFSG and the coprocessor in LabVIEW.
The template is built with the essential VIs that configure NI-RFSG, NI Data Link System Component API, and the coprocessor FPGA reference—all of which are required to run the application.
In addition, specific to the application, you can configure NI-RFSG for several other settings, including I/Q carrier frequency, power level, trigger settings, and so on.
You can configure additional coprocessor configurations, such as FIFO sizes and FPGA input controls.
In the receive host application, the signal acquired by NI-RFSA is streamed to the coprocessor for further processing. You must configure NI-RFSA and the coprocessor in LabVIEW.
The template is built with the essential VIs that configure NI-RFSA, NI Data Link System Component API, and the coprocessor FPGA reference—all of which are required to run the application.
In addition, specific to the application, you can configure NI-RFSA for several other settings, including I/Q carrier frequency, power level, trigger settings, and so on.
You can configure additional coprocessor configurations, such as FIFO sizes and FPGA input controls.
In the receive host application, the signal acquired by RFmx is streamed to the coprocessor for further processing. You must configure RFmx and the coprocessor in LabVIEW.
The template is built with the essential VIs that configure RFmx, NI Data Link System Component API, and the coprocessor FPGA reference—all of which are required to run the application.
In addition, specific to the application, you can configure RFmx for several other settings, including I/Q carrier frequency, power level, trigger settings, and so on.
You can configure additional coprocessor configurations, such as FIFO sizes and FPGA input controls.
Related Information
- NI Data Link System Component Host API
The Data Link System Component API is designed to enable streaming between supported FPGA devices.
- NI Data Link Test Framework Modem Examples
NI Data Link Test Framework provides Pulsed BPSK and SOQPSK modem examples.