GetChannelCoupling(string, out RFmxInstrMXChannelCoupling)
- Updated2025-10-13
- 1 minute(s) read
Gets whether the RF IN connector is AC- or DC-coupled on the downconverter.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetChannelCoupling(string channelName, out RFmxInstrMXChannelCoupling value)
Remarks
This method gets the value of ChannelCoupling attribute.The default value is AC Coupled.Valid valuesPXIe-5665 (3.6 GHz): AC Coupled DC CoupledPXIe-5665 (14 GHz): AC Coupled, DC CoupledPXIe-5668: AC CoupledSupported devices: PXIe-5665/5668
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | out RFmxInstrMXChannelCoupling | Upon return, contains whether the RF IN connector is AC- or DC-coupled on the downconverter. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.