PulseModulationEnabled
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether pulse modulation is enabled or disabled.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool PulseModulationEnabled { get; set; }
Remarks
true if pulse modulation is enabled and false if it is disabled.
If this property is enabled and the signal at the PLS MOD connector is high, the device generates a signal. If the signal is low, output generation is disabled.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The PulseModulationEnabled property was accessed after the associated NIRfsg object was disposed. |