Enabled
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether the I/Q impairment is enabled.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool Enabled { get; set; }
Remarks
true if I/Q impairment is enabled; otherwise false.
IOffset, QOffset, GainImbalance, and Skew are ignored when this property is set to false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Enabled property was accessed after the associated NIRfsg object was disposed. |