OutputEnabled
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether signal output is enabled or disabled.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool OutputEnabled { get; set; }
Remarks
true if the signal output is enabled and false if disabled.
This property can be set in any software state, and it does not change the current state. Setting output enabled to false while in the Generation state stops signal output although generation continues internally.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The OutputEnabled property was accessed after the associated NIRfsg object was disposed. |