SetLevelComputationMethod(string, RFmxPulseMXPulseLevelComputationMethod)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxPulseMXPulseLevelComputationMethod | 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.