RFmx SpecAn DOTNET

RFmxSpecAnMXDpdPreDpd.SetCfrShapingThreshold Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXDpdPreDpd.SetCfrShapingThreshold Method

RFmxSpecAnMXDpdPreDpdSetCfrShapingThreshold Method

Sets the shaping threshold to be used when you set the DpdPreDpdCfrEnabled method to True and the DpdPreDpdCfrMethod method to Sigmoid. This value is expressed in dB. Refer to the DPD concept topic for more information about shaping threshold.

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 SetCfrShapingThreshold(
	string selectorString,
	double value
)
Public Function SetCfrShapingThreshold ( 
	selectorString As String,
	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
Specifies the shaping threshold to be used when you set the DpdPreDpdCfrEnabled method to True and the DpdPreDpdCfrMethod method to Sigmoid. This value is expressed in dB. Refer to the DPD concept topic for more information about shaping threshold.

Return Value

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

Remarks

This method sets the value of DpdPreDpdCfrShapingThreshold attribute.The default value is -5.

See Also

Log in to get a better experience