RFmxNRMXAcpConfiguration.GetNumberOfUtraOffsets Method
- Updated2024-07-17
- 1 minute(s) read
RFmxNRMXAcpConfigurationGetNumberOfUtraOffsets Method
Gets the number of universal terrestrial radio access (UTRA) adjacent channel offsets to be configured at offset positions. For uplink ACP measurement in frequency range 2, and for downlink ACP measurement, the ACP Num UTRA Offsets has to be 0.
Namespace: NationalInstruments.RFmx.NRMX
Assembly: NationalInstruments.RFmx.NRMX.Fx40 (in NationalInstruments.RFmx.NRMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int GetNumberOfUtraOffsets( string selectorString, out int value )
Public Function GetNumberOfUtraOffsets ( selectorString As String, <OutAttribute> ByRef value As Integer ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies the subblock number.
Example: "subblock0".
You can use the BuildSubblockString(String, Int32) method to build the selector string. - value
- Type: SystemInt32
Upon return, contains the number of universal terrestrial radio access (UTRA) adjacent channel offsets to be configured at offset positions. For uplink ACP measurement in frequency range 2, and for downlink ACP measurement, the ACP Num UTRA Offsets has to be 0.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method gets the value of AcpNumberOfUtraOffsets attribute.The default value is dependent on 3GPP specification.