Provides methods to configure the PowerList measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public class RFmxSpecAnMXPowerListConfiguration : RFmxSpecAnMXSubObject

Methods

NameDescription
ConfigureRbwFilterArray(string, double[], int[], double[])

Configures array of the resolution bandwidth (RBW) filter to measure the power of the signal as seen through this filter, each corresponding to a segment.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the PowerList measurement.

GetNumberOfSegments(string, out int)

Gets the number of segments to be measured.

GetSegmentFrequency(string, ref double[])

Gets an array of expected carrier frequencies for the RF signal to be acquired, each corresponding to a segment, to which the signal analyzer tunes. This value is expressed in Hz.

GetSegmentLength(string, ref double[])

Gets an array of durations, each corresponding to a segment, where each value must be at least the sum of PowerList Segment Measurement Length and PowerList Segment Measurement Offset when the SetDigitalEdgeTriggerSource(string, string) method is set to TimerEvent. This value is expressed in seconds.

GetSegmentMeasurementLength(string, ref double[])

Gets an array of durations, each corresponding to a segment, over which the power value is computed. This value is expressed in seconds.

GetSegmentMeasurementOffset(string, ref double[])

Gets an array of time offsets from the start of each segment, over which the power value is computed. This value is expressed in seconds.

GetSegmentRbwFilterAlpha(string, ref double[])

Gets an array of roll-off factor for the root-raised-cosine (RRC) filter, each corresponding to a segment.

GetSegmentRbwFilterBandwidth(string, ref double[])

Gets an array of bandwidth of the resolution bandwidth (RBW) filters used to measure the signal corresponding to each segment. This value is expressed in Hz.

GetSegmentRbwFilterType(string, ref int[])

Gets an array of digital resolution bandwidth (RBW) filter shapes, each corresponding to a segment.

GetSegmentReferenceLevel(string, ref double[])

Gets an array of reference levels, each representing the maximum expected power of the RF input signal for its corresponding segment. This value is configured in dBm for RF devices.

GetSegmentTriggerType(string, ref int[])

Gets an array of trigger type, each corresponding to a segment.

SetMeasurementEnabled(string, bool)

Sets whether to enable the PowerList measurement.

SetNumberOfSegments(string, int)

Sets the number of segments to be measured.

SetSegmentFrequency(string, double[])

Sets an array of expected carrier frequencies for the RF signal to be acquired, each corresponding to a segment, to which the signal analyzer tunes. This value is expressed in Hz.

SetSegmentLength(string, double[])

Sets an array of durations, each corresponding to a segment, where each value must be at least the sum of PowerList Segment Measurement Length and PowerList Segment Measurement Offset when the SetDigitalEdgeTriggerSource(string, string) method is set to TimerEvent. This value is expressed in seconds.

SetSegmentMeasurementLength(string, double[])

Sets an array of durations, each corresponding to a segment, over which the power value is computed. This value is expressed in seconds.

SetSegmentMeasurementOffset(string, double[])

Sets an array of time offsets from the start of each segment, over which the power value is computed. This value is expressed in seconds.

SetSegmentRbwFilterAlpha(string, double[])

Sets an array of roll-off factor for the root-raised-cosine (RRC) filter, each corresponding to a segment.

SetSegmentRbwFilterBandwidth(string, double[])

Sets an array of bandwidth of the resolution bandwidth (RBW) filters used to measure the signal corresponding to each segment. This value is expressed in Hz.

SetSegmentRbwFilterType(string, int[])

Sets an array of digital resolution bandwidth (RBW) filter shapes, each corresponding to a segment.

SetSegmentReferenceLevel(string, double[])

Sets an array of reference levels, each representing the maximum expected power of the RF input signal for its corresponding segment. This value is configured in dBm for RF devices.

SetSegmentTriggerType(string, int[])

Sets an array of trigger type, each corresponding to a segment.