RFmx SpecAn DOTNET

RFmxSpecAnMXTxpConfiguration.GetVbwFilterAutoBandwidth Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXTxpConfiguration.GetVbwFilterAutoBandwidth Method

RFmxSpecAnMXTxpConfigurationGetVbwFilterAutoBandwidth Method

Gets whether the video bandwidth (VBW) is expressed directly or computed based on the VBW to RBW ratio.

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

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value  RFmxSpecAnMXTxpVbwFilterAutoBandwidth
Upon return, contains whether the video bandwidth (VBW) is expressed directly or computed based on the VBW to RBW ratio.

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 TxpVbwFilterAutoBandwidth attribute.The default value is True.

See Also