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.

Syntax

Namespace: NationalInstruments.RFmx.PulseMX

public enum RFmxPulseMXPulseLevelComputationMethod

Members

NameValueDescription
Mean0

The levels derived as the pulse sub-histogram mean levels.

Median1

The levels derived as the pulse sub-histogram median levels.

Mode2

The levels derived as the pulse sub-histogram mode levels.