ReadAndDownloadWaveformFromFileTdms(string, string, UInt32)
- Updated2025-10-14
- 1 minute(s) read
Reads the waveforms from a TDMS file and downloads one waveform into each of the NI RF vector signal generators. /summary>
remarks>
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void ReadAndDownloadWaveformFromFileTdms(string waveformName, string filePath, UInt32 waveformIndex)
Remarks
This method reads the following information from the TDMS file and writes it into the NI-RFSG session:
para>Sample Rate
para>PAPR
para>Runtime Scaling
para>RF Blanking
para>Marker Locations
para>RF Blanking Enabled
para>Burst Start Locations
para>Burst Stop Locations
para>RF Blanking Marker Source
para>Signal Bandwidth
para>Waveform Size
para>If RF blanking marker locations are present in the file but burst locations are not present, burst locations are calculated from RF blanking marker locations and stored in the NI-RFSG session. /para> Supported Devices: PXIe-5820/5830/5831/5832/5840/5841 /remarks>