RfsgChannelBasedIQOutPort.TerminalConfiguration Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets whether to use the I/Q OUT port for Differential configuration or Single-Ended configuration.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgTerminalConfiguration TerminalConfiguration { get; set; }
Public Property TerminalConfiguration As RfsgTerminalConfiguration Get Set
Property Value
RfsgTerminalConfigurationSpecifies the RfsgTerminalConfiguration enumeration. The default value is Differential.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The TerminalConfiguration property was accessed after the associated NIRfsg object was disposed. |