RFmx SpecAn DOTNET

Content Type
Programming Language
Current manual
Table of Contents

RFmxSpecAnMXNFConfiguration.GetYFactorMode Method

RFmxSpecAnMXNFConfiguration.GetYFactorMode Method

RFmxSpecAnMXNFConfigurationGetYFactorMode Method

Gets whether the measurement should calibrate the noise characteristics of the analyzer or compute the noise characteristics of the DUT when you set the SetMeasurementMethod(String, RFmxSpecAnMXNFMeasurementMethod) method to YFactor.

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

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value  RFmxSpecAnMXNFYFactorMode
Upon return, contains whether the measurement should calibrate the noise characteristics of the analyzer or compute the noise characteristics of the DUT when you set the SetMeasurementMethod(String, RFmxSpecAnMXNFMeasurementMethod) method to YFactor.

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 NFYFactorMode attribute.The default value is Measure.

See Also

In This Section
Was this information helpful?