DigitalPatternEnabled
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to enable digital pattern on the arbitrary waveform generator (AWG) module.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool DigitalPatternEnabled { get; set; }
Remarks
true if digital pattern is enabled and false, if digital pattern is disabled.
This property must be set to true to enable signal routing to and from the digital data and control connector.
To set this property, the NI-RFSG device must be in the Configuration state.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DigitalPatternEnabled property was accessed after the associated NIRfsg object was disposed. |