Specifies whether the driver maintains phase continuity in the arbitrary waveforms.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public enum RfsgPhaseContinuityEnabled

Members

NameValueDescription
Auto(int)-1

The arbitrary waveform may be repeated to ensure phase continuity after upconversion. This setting could cause waveform size to increase.

Enabled(int)1

The arbitrary waveform may be repeated to ensure phase continuity after upconversion. This setting could cause waveform size to increase.

Disabled(int)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.

See Also