Gets the aggregated channel bandwidth of a configured subblock. This value is expressed in Hz. The aggregated channel bandwidth is the sum of the subblock integration bandwidth and the guard bands on either side of the subblock integration bandwidth.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetSubblockAggregatedChannelBandwidth(string selectorString, out double value)

Remarks

This method gets the value of SemSubblockAggregatedChannelBandwidth attribute.The default value is 0.

Parameters

NameTypeDescription
selectorStringstring

Specifies the subblock number.
Example: "subblock0".
You can use the BuildSubblockString(string, int) method to build the selector string.

valueout double

Upon return, contains the aggregated channel bandwidth of a configured subblock. This value is expressed in Hz. The aggregated channel bandwidth is the sum of the subblock integration bandwidth and the guard bands on either side of the subblock integration bandwidth.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.