GetAggregatedMaximumPower(string, out double)
- Updated2025-04-08
- 1 minute(s) read
Gets the aggregated maximum output power of all transmit antenna connectors. This value is expressed in dBm. Refer to the Section 6.6.3 of 3GPP 36.141 specification for more details.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int GetAggregatedMaximumPower(string selectorString, out double value)
Remarks
This method gets the value of SemAggregatedMaximumPower attribute. The default value is 0. Valid values are within 20, inclusive. This property is considered only when you set the Link Direction property to Downlink, eNodeB Category property to Home Base Station, and SEM DL Mask Type property to eNodeB Category Based.
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 double | Upon return, contains the aggregated maximum output power of all transmit antenna connectors. This value is expressed in dBm. Refer to the Section 6.6.3 of 3GPP 36.141 specification for more details. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.