RFmxSpecAnMXAcpResults.GetUpperOffsetFrequencyReferenceCarrier Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Gets the carrier index of the center frequency that was used as a reference to define the center frequency of the upper (positive) offset channel. Upper offset channels are channels that are to the right of the reference carrier. The reference carrier is the carrier that has an offset closest to the lower offset channel.
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 GetUpperOffsetFrequencyReferenceCarrier( string selectorString, out int value )
Public Function GetUpperOffsetFrequencyReferenceCarrier ( 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 center frequency that was used as a reference to define the center frequency of the upper (positive) offset channel. Upper offset channels are channels that are to the right of the reference carrier. The reference carrier is the carrier that has an offset closest to the lower offset channel.
Return Value
Int32Returns 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_ACPGetResultsUpperOffsetFrequencyReferenceCarrier() function in C.