RFmx WCDMA DotNET

RFmxWcdmaMXAcpConfiguration.ConfigureAveraging Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWcdmaMXAcpConfiguration.ConfigureAveraging Method

RFmxWcdmaMXAcpConfigurationConfigureAveraging Method

Configures averaging for the ACP measurement.

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

Syntax

public int ConfigureAveraging(
	string selectorString,
	RFmxWcdmaMXAcpAveragingEnabled averagingEnabled,
	int averagingCount,
	RFmxWcdmaMXAcpAveragingType averagingType
)
Public Function ConfigureAveraging ( 
	selectorString As String,
	averagingEnabled As RFmxWcdmaMXAcpAveragingEnabled,
	averagingCount As Integer,
	averagingType As RFmxWcdmaMXAcpAveragingType
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
averagingEnabled  RFmxWcdmaMXAcpAveragingEnabled
Specifies whether to enable averaging of the spectrum for the measurement.
averagingCount  Int32
Specifies the number of acquisitions used for averaging when you set the averagingEnabled parameter to True.
averagingType  RFmxWcdmaMXAcpAveragingType
Specifies the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the measurement.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience