RfsgPulseShaping.RaisedCosineAlpha Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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 RaisedCosine.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public double RaisedCosineAlpha { get; set; }
Public Property RaisedCosineAlpha As Double Get Set
Property Value
DoubleSpecifies a Double representing the alpha value to use in the calculation of the pulse-shaping FIR filter coefficients.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The RaisedCosineAlpha 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.