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