this[string channelName]
- Updated2025-10-14
- 1 minute(s) read
Gets the RfsgChannelBasedIQOutPort sub-object to configure channel based I/Q Port properties.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgChannelBasedIQOutPort this[string channelName] { get; }
Remarks
Returns an object of type RfsgChannelBasedIQOutPort.
Parameters
| Name | Type | Description |
|---|---|---|
| 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. |