GetPulseShapingFilterType(string, out RFmxDemodMXDDemodPulseShapingFilterType)
- Updated2025-04-08
- 1 minute(s) read
Gets the pulse-shaping filter used to transmit the signal.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int GetPulseShapingFilterType(string selectorString, out RFmxDemodMXDDemodPulseShapingFilterType value)
Remarks
This method maps to the RFmxDemod_DDemodGetPulseShapingFilterType() function in C.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out RFmxDemodMXDDemodPulseShapingFilterType | Upon return, contains the pulse-shaping filter used to transmit the signal. This determines the measurement filter to be used for analysis when you set the SetMeasurementFilterType(string, RFmxDemodMXDDemodMeasurementFilterType) to Auto. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.