PMSensitivity
- Updated2025-10-14
- 1 minute(s) read
Gets or sets an uncalibrated digital-to-analog converter (DAC) value that scales the input signal before the signal modulates the carrier. A value of 0 completely attenuates the signal, and a value of 100 passes the full-scale signal to the modulator.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double PMSensitivity { get; set; }
Remarks
Specifies a Double representing an uncalibrated DAC value.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The PMSensitivity property was accessed after the associated NIRfsg object was disposed. |