SetPulseShapingFilterType(string, RFmxWlanMXDsssModAccPulseShapingFilterType)
- Updated2025-04-08
- 1 minute(s) read
Sets the type of pulse shaping filter used at the transmitter. This method is ignored when you set the SetEqualizationEnabled(string, RFmxWlanMXDsssModAccEqualizationEnabled) method to True .
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int SetPulseShapingFilterType(string selectorString, RFmxWlanMXDsssModAccPulseShapingFilterType value)
Remarks
This method sets the value of DsssModAccPulseShapingFilterType attribute.The default value is Rectangular .
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | RFmxWlanMXDsssModAccPulseShapingFilterType | Specifies the type of pulse shaping filter used at the transmitter. This method is ignored when you set the SetEqualizationEnabled(string, RFmxWlanMXDsssModAccEqualizationEnabled) method to True . |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.