RfsgRF.OutputEnabled Property
- Updated2024-05-08
- 1 minute(s) read
RfsgRFOutputEnabled Property
Gets or sets whether signal output is enabled or disabled.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool OutputEnabled { get; set; }
Public Property OutputEnabled As Boolean Get Set
Property Value
Type: Booleanif the signal output is enabled and if disabled.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The OutputEnabled property was accessed after the associated NIRfsg object was disposed. |
Remarks
This property can be set in any software state, and it does not change the current state. Setting output enabled to while in the Generation state stops signal output although generation continues internally.