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

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout 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.