RFmx GSM DotNET

Table of Contents

RFmxGsmMXOrfsConfiguration.GetSwitchingOffsetFrequency Method

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

RFmxGsmMXOrfsConfigurationGetSwitchingOffsetFrequency Method

Gets the value of positive frequency offset for which to measure the spectrum due to switching 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 GetSwitchingOffsetFrequency(
	string selectorString,
	out float value
)
Public Function GetSwitchingOffsetFrequency ( 
	selectorString As String,
	<OutAttribute> ByRef value As Single
) As Integer

Parameters

selectorString  String
Specifies the offset number.
Example: "offset0".
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 switching 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 OrfsSwitchingOffsetFrequency attribute.The default value is 0.

See Also

Log in to get a better experience