Provides methods to configure the SlotPower measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public class RFmxLteMXSlotPowerConfiguration : RFmxLteMXSubObject

Methods

NameDescription
ConfigureMeasurementInterval(string, int, int)

Configures the measurementOffset and measurementLength parameters of SlotPower measurement.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces to be stored and retrieved after performing the SlotPower measurement.

GetCommonClockSourceEnabled(string, out RFmxLteMXSlotPowerCommonClockSourceEnabled)

Gets whether the same Reference Clock is used for the local oscillator and the digital-to-analog converter in the transmitter. When the same Reference Clock is used, the carrier frequency offset is proportional to Sample Clock error.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the SlotPower measurement.

GetMeasurementLength(string, out int)

Gets the number of subframes to be measured. This value is expressed in subframe.

GetMeasurementOffset(string, out int)

Gets the measurement offset to skip from the frame boundary or the marker (external trigger) location. This value is expressed in subframe.

GetSpectrumInverted(string, out RFmxLteMXSlotPowerSpectrumInverted)

Gets whether the spectrum of the measured signal is inverted. The inversion happens when the I and the Q components of the baseband complex signal are swapped.

SetAllTracesEnabled(string, bool)

Sets whether to enable the traces to be stored and retrieved after performing the SlotPower measurement.

SetCommonClockSourceEnabled(string, RFmxLteMXSlotPowerCommonClockSourceEnabled)

Sets whether the same Reference Clock is used for the local oscillator and the digital-to-analog converter in the transmitter. When the same Reference Clock is used, the carrier frequency offset is proportional to Sample Clock error.

SetMeasurementEnabled(string, bool)

Sets whether to enable the SlotPower measurement.

SetMeasurementLength(string, int)

Sets the number of subframes to be measured. This value is expressed in subframe.

SetMeasurementOffset(string, int)

Sets the measurement offset to skip from the frame boundary or the marker (external trigger) location. This value is expressed in subframe.

SetSpectrumInverted(string, RFmxLteMXSlotPowerSpectrumInverted)

Sets whether the spectrum of the measured signal is inverted. The inversion happens when the I and the Q components of the baseband complex signal are swapped.