ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgIQOutPort.Item Property

RfsgIQOutPort.Item Property

RfsgIQOutPortItem Property

Gets the RfsgChannelBasedIQOutPort sub-object to configure channel based I/Q Port properties.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public RfsgChannelBasedIQOutPort this[
	string channelName
] { get; }
Public ReadOnly Default Property Item ( 
	channelName As String
) As RfsgChannelBasedIQOutPort
	Get

Parameters

channelName
Type: SystemString
The active channel to be used for the channel based properties. For the PXIe-5645, you can configure the I and Q channels by using "I" or "Q" as the channel string, or set the channel string to Empty to configure both channels. For the PXIe-5820, the only valid value for the channel string is "" (Empty). For the PXIe-5645, the channel is ignored if you are using the RF ports.

Property Value

Type: RfsgChannelBasedIQOutPort
Returns an object of type RfsgChannelBasedIQOutPort.

See Also

In This Section
Was this information helpful?