RFmx EVDO DotNET

Table of Contents

RFmxEvdoMXAcpConfiguration.GetOffsetPowerReferenceCarrier Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxEvdoMXAcpConfiguration.GetOffsetPowerReferenceCarrier Method

RFmxEvdoMXAcpConfigurationGetOffsetPowerReferenceCarrier Method

Gets the carrier number that is used as the power reference to measure the offset channel relative power.

Namespace:  NationalInstruments.RFmx.EvdoMX
Assembly:  NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int GetOffsetPowerReferenceCarrier(
	string selectorString,
	out RFmxEvdoMXAcpOffsetPowerReferenceCarrier value
)
Public Function GetOffsetPowerReferenceCarrier ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxEvdoMXAcpOffsetPowerReferenceCarrier
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value
Type: NationalInstruments.RFmx.EvdoMXRFmxEvdoMXAcpOffsetPowerReferenceCarrier
Upon return, contains the carrier number that is used as the power reference to measure the offset channel relative power.

Return Value

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

Remarks

This method gets the value of AcpOffsetPowerReferenceCarrier attribute.The default value is Composite.

See Also

Log in to get a better experience