Specifies the type of detector to be used. Use "range(n)" as the selector string to configure or read this method.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public enum RFmxSpecAnMXSpurRangeDetectorType

Members

NameValueDescription
None0

The detector is disabled.

Sample1

The middle sample in the bucket is detected.

Normal2

The maximum value of the samples within the bucket is detected if the signal only rises or if the signal only falls. If the signal, within a bucket, both rises and falls, then the maximum and minimum values of the samples are detected in alternate buckets.

Peak3

The maximum value of the samples in the bucket is detected.

NegativePeak4

The minimum value of the samples in the bucket is detected.

AverageRms5

The average RMS of all the samples in the bucket is detected.

AverageVoltage6

The average voltage of all the samples in the bucket is detected.

AverageLog7

The average log of all the samples in the bucket is detected.