ReadRFBlankingMarkerLocationsFromFile(string, int, ref int[])
- Updated2025-10-13
- 1 minute(s) read
Returns the RF blanking marker locations stored in the file. This method uses the waveformIndex as the key to read the waveform property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback
public static int ReadRFBlankingMarkerLocationsFromFile(string filePath, int waveformIndex, ref int[] markerLocations)
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | string | Specifies the absolute path to the TDMS file from which the playback library reads the waveforms. |
| waveformIndex | int | specifies the waveform number in the file for which you want to read the RF blanking marker locations. |
| markerLocations | ref int[] | returns an array of the RF blanking marker location values, stored in the file for the waveform number which you specified in the waveformIndex parameter. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.