TerminalConfiguration
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to use the I/Q OUT port for Differential configuration or Single-Ended configuration.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgTerminalConfiguration TerminalConfiguration { get; set; }
Remarks
Specifies the RfsgTerminalConfiguration enumeration. The default value is Differential.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The TerminalConfiguration property was accessed after the associated NIRfsg object was disposed. |