ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgPulseShaping.RootRaisedCosineAlpha Property

RfsgPulseShaping.RootRaisedCosineAlpha Property

RfsgPulseShapingRootRaisedCosineAlpha Property

Gets or sets the alpha value to use in the calculation of the pulse-shaping FIR filter coefficients. You can use this property only when Filter is set to RootRaisedCosine.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double RootRaisedCosineAlpha { get; set; }
Public Property RootRaisedCosineAlpha As Double
	Get
	Set

Property Value

Type: Double
Specifies a Double representing the alpha value to use in the calculation of the pulse-shaping FIR filter coefficients.

Exceptions

ExceptionCondition
ObjectDisposedException The RootRaisedCosineAlpha property was accessed after the associated NIRfsg object was disposed.

Remarks

You can use this property only with NI signal generators that support onboard signal processing (OSP). NI-RFSG returns an error if you use this property with a device that does not support OSP.

See Also

Was this information helpful?