RFmx GSM DotNET

Table of Contents

RFmxGsmMXOrfsConfiguration.GetModulationOffsetRbw Method

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

RFmxGsmMXOrfsConfigurationGetModulationOffsetRbw Method

Gets the resolution bandwidth used for ORFS 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 GetModulationOffsetRbw(
	string selectorString,
	out double value
)
Public Function GetModulationOffsetRbw ( 
	selectorString As String,
	<OutAttribute> ByRef value As Double
) 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  Double
Upon return, contains the resolution bandwidth used for ORFS 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 OrfsModulationOffsetRbw attribute.The default value is 30000.

See Also

Log in to get a better experience