GetSubblockAggregatedChannelBandwidth(string, out double)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the subblock number. |
value | out 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.