RfsgPhaseContinuityEnabled Enumeration
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Specifies whether the driver maintains phase continuity in the arbitrary waveforms.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public enum RfsgPhaseContinuityEnabled
Public Enumeration RfsgPhaseContinuityEnabled
Members
Member name | Value | Description |
---|---|---|
Disabled | 0 | The arbitrary waveform is played back without regard to any possible phase discontinuities introduced by upconversion. The time duration of the original waveform is maintained. |
Enabled | 1 | The arbitrary waveform may be repeated to ensure phase continuity after upconversion. This setting could cause waveform size to increase. |
Auto | -1 | The arbitrary waveform may be repeated to ensure phase continuity after upconversion. This setting could cause waveform size to increase. |