Gets the algorithm used to detect the pulse levels. The algorithm is based on the histogram method of level detection as defined in IEEE Std 181-2011.

Syntax

Namespace: NationalInstruments.RFmx.PulseMX

public int GetLevelComputationMethod(string selectorString, out RFmxPulseMXPulseLevelComputationMethod value)

Remarks

This method gets the value of PulseLevelComputationMethod attribute.The default value is Median.

Parameters

NameTypeDescription
selectorStringstring

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

valueout RFmxPulseMXPulseLevelComputationMethod

Upon return, contains the algorithm used to detect the pulse levels. The algorithm is based on the histogram method of level detection as defined in IEEE Std 181-2011.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.