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

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout 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.