RfsgArbWaveformRelativeWritePosition Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the reference position in the waveform. The position and offset together determine where to start loading data into the waveform.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgArbWaveformRelativeWritePosition
Members
| Name | Value | Description |
|---|---|---|
| StartOfWaveform | (int)8000 | The reference position is relative to the start of the waveform. |
| CurrentPosition | (int)8001 | The reference position is relative to the current position. |