RfsgWriteWaveformNormalization Enumeration
- Updated2025-10-14
- 1 minute(s) read
Sets or gets the value to perform the normalization on a waveform.
Note
You can not set RfsgWriteWaveformNormalization and RfsgRFPowerLevelType methods at the same time.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgWriteWaveformNormalization
Remarks
Specifies whether to perform the normalization on a waveform.
Members
| Name | Value | Description |
|---|---|---|
| Enabled | (int)1 | Enables normalization on a waveform to transform the waveform data so that its maximum is 1.00 and its minimum is -1.00. |
| Disabled | (int)0 | Disables normalization on the waveform. |