SetChannelCoupling(string, RFmxInstrMXChannelCoupling)
- Updated2025-10-13
- 1 minute(s) read
Sets whether the RF IN connector is AC- or DC-coupled on the downconverter.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int SetChannelCoupling(string channelName, RFmxInstrMXChannelCoupling value)
Remarks
This method sets 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 | RFmxInstrMXChannelCoupling | Specifies 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.