IQOutPort
- Updated2025-10-14
- 1 minute(s) read
Gets the IQOutPort sub-object used to configure the I/Q OUT port. An active channel can be passed using the indexer NationalInstruments.ModularInstruments.NIRfsg.RfsgIQOutPort.this[string].
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgIQOutPort IQOutPort { get; }
Remarks
Returns an object of type RfsgIQOutPort.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IQOutPort property was accessed after the associated NIRfsg object was disposed. |