Sets 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 SetLevelComputationMethod(string selectorString, RFmxPulseMXPulseLevelComputationMethod value)

Remarks

This method sets 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.

valueRFmxPulseMXPulseLevelComputationMethod

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