WaveformSoftwareScalingFactor
- Updated2025-10-14
- 1 minute(s) read
Gets or sets how much to scale the data before writing with WriteWaveform.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double WaveformSoftwareScalingFactor { get; set; }
Remarks
Specifies a Double representing the scaling factor for the data before writing with WriteWaveform.
The resulting waveform needs to be smaller than 1.0 in complex magnitude. This property is only supported in the PeakPower mode.
Note
DirectDownloadEnabled must be true in order to use WaveformSoftwareScalingFactor.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The WaveformSoftwareScalingFactor property was accessed after the associated NIRfsg object was disposed. |