RfsgChannelBasedIQOutPort.TerminalConfiguration Property
- Updated2024-05-08
- 1 minute(s) read
RfsgChannelBasedIQOutPortTerminalConfiguration Property
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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgTerminalConfiguration TerminalConfiguration { get; set; }
Public Property TerminalConfiguration As RfsgTerminalConfiguration Get Set
Property Value
Type: 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. |