RFmx SpecAn DOTNET

RFmxSpecAnMXPhaseNoiseConfiguration.GetRangeAveragingCount Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXPhaseNoiseConfiguration.GetRangeAveragingCount Method

RFmxSpecAnMXPhaseNoiseConfigurationGetRangeAveragingCount Method

Gets the averaging count for the specified range.

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 GetRangeAveragingCount(
	string selectorString,
	out int value
)
Public Function GetRangeAveragingCount ( 
	selectorString As String,
	<OutAttribute> ByRef value As Integer
) As Integer

Parameters

selectorString  String
Specifies the phasenoiserange number.
Example: "phasenoiserange0".
You can use the BuildRangeString(String, Int32) method to build the selector string.
value  Int32
Upon return, contains the averaging count for the specified range.

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 PhaseNoiseRangeAveragingCount attribute.The default value is 10.

See Also

Log in to get a better experience