Filter
- Updated2025-10-14
- 1 minute(s) read
Gets or sets pulse-shaping filter type for the arb filter.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgFilterType Filter { get; set; }
Remarks
Specifies the RfsgFilterType enumeration.
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Filter property was accessed after the associated NIRfsg object was disposed. |