RFmx GSM DotNET

Table of Contents

RFmxGsmMXOrfsConfiguration.SetSwitchingOffsetFrequency Method

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

RFmxGsmMXOrfsConfigurationSetSwitchingOffsetFrequency Method

Sets 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 SetSwitchingOffsetFrequency(
	string selectorString,
	float value
)
Public Function SetSwitchingOffsetFrequency ( 
	selectorString As String,
	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
Specifies 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 sets the value of OrfsSwitchingOffsetFrequency attribute.The default value is 0.

See Also

Log in to get a better experience