RFmx GSM DotNET

Table of Contents

RFmxGsmMXOrfsConfiguration.GetModulationOffsetFrequency Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxGsmMXOrfsConfiguration.GetModulationOffsetFrequency Method

RFmxGsmMXOrfsConfigurationGetModulationOffsetFrequency Method

Gets the value of positive frequency offset for which to measure the spectrum due to modulation measurement. This value is expressed in Hz.

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

Syntax

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

Parameters

selectorString  String
Specifies the modoffset number.
Example: "modoffset0".
You can use the BuildOffsetString(String, Int32) method to build the selector string.
value  Single
Upon return, contains the value of positive frequency offset for which to measure the spectrum due to modulation measurement. This value is expressed in Hz.

Return Value

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 OrfsModulationOffsetFrequency attribute.The default value is 0.

See Also

Log in to get a better experience