RFmx SpecAn DOTNET

RFmxSpecAnMXAcpResults.GetUpperOffsetPowerReferenceCarrier Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXAcpResults.GetUpperOffsetPowerReferenceCarrier Method

RFmxSpecAnMXAcpResultsGetUpperOffsetPowerReferenceCarrier Method

Gets the carrier index of the measured power that was used as a reference to define the upper (positive) offset channel relative power.

Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

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

Parameters

selectorString  String
Specifies the result name and offset number. Example: "offset0", "result::r1/offset0". You can use the BuildOffsetString2(String, Int32) method to build the selector string.
value  Int32
Upon return, contains the carrier index of the measured power that was used as a reference to define the upper (positive) offset channel relative power.

Return Value

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

Remarks

This method maps to the RFmxSpecAn_ACPGetResultsUpperOffsetPowerReferenceCarrier() function in C.

See Also