ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgChannelBasedIQOutPort ClassRfsgChannelBasedIQOutPort.TerminalConfiguration PropertyCurrent page
Table of Contents

RfsgChannelBasedIQOutPort.TerminalConfiguration Property

RfsgChannelBasedIQOutPort.TerminalConfiguration Property

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: RfsgTerminalConfiguration
Specifies the RfsgTerminalConfiguration enumeration. The default value is Differential.

Exceptions

ExceptionCondition
ObjectDisposedException The TerminalConfiguration property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?