RFmx SpecAn DOTNET

Table of Contents

RFmxSpecAnMXNFConfiguration.GetFrequencyList Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXNFConfiguration.GetFrequencyList Method

RFmxSpecAnMXNFConfigurationGetFrequencyList Method

Gets the list of frequencies at which the noise figure (NF) of the DUT is computed. This value is expressed in Hz.

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 GetFrequencyList(
	string selectorString,
	ref double[] value
)
Public Function GetFrequencyList ( 
	selectorString As String,
	ByRef value As Double()
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value  Double
Upon return, contains the list of frequencies at which the noise figure (NF) of the DUT is computed. 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 NFFrequencyList attribute.The default value is an empty array.

See Also

Log in to get a better experience