GetIntegrationBandwidthType(string, out RFmxNRMXChpIntegrationBandwidthType)
- Updated2025-10-13
- 1 minute(s) read
Gets the integration bandwidth (IBW) type used to measure the power of the acquired signal. Integration bandwidth is the frequency interval over which the power in each frequency bin is added to measure the total power in that interval.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int GetIntegrationBandwidthType(string selectorString, out RFmxNRMXChpIntegrationBandwidthType value)
Remarks
This method gets the value of ChpIntegrationBandwidthType attribute.The default value is SignalBandwidth.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out RFmxNRMXChpIntegrationBandwidthType | Upon return, contains the integration bandwidth (IBW) type used to measure the power of the acquired signal. Integration bandwidth is the frequency interval over which the power in each frequency bin is added to measure the total power in that interval. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.