NIRfsg Namespace

Table of Contents

RfsgIQOutPort.Item Property

  • Updated2025-05-22
  • 1 minute(s) read
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

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

Parameters

channelName  String
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

RfsgChannelBasedIQOutPort
Returns an object of type RfsgChannelBasedIQOutPort.

See Also

Log in to get a better experience