GetIFFilterBandwidth(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the IF filter path bandwidth for your device configuration.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetIFFilterBandwidth(string channelName, out double value)
Remarks
This method gets the value of IFFilterBandwidth attribute.RFmx chooses an appropriate IF filter as default IF Filter based on measurement configuration, center frequency, cleaner spectrum and downconverter preselector.Supported devices: PXIe-5665/5668
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | out double | Upon return, contains the IF filter path bandwidth for your device configuration. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.