RfsgIQOutPort.Item Property
- Updated2024-05-08
- 1 minute(s) read
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: RfsgChannelBasedIQOutPortReturns an object of type RfsgChannelBasedIQOutPort.