Provides methods to configure the SlotPhase measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.Cdma2kMX

public class RFmxCdma2kMXSlotPhaseConfiguration : RFmxCdma2kMXSubObject

Methods

NameDescription
ConfigureSynchronizationModeAndInterval(string, RFmxCdma2kMXSlotPhaseSynchronizationMode, int, int)

Configures the synchronizationMode, measurementOffset, and measurementLength parameters of the SlotPhase measurement.

GetAllTracesEnabled(string, out bool)

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

GetMeasurementEnabled(string, out bool)

Gets whether to enable the SlotPhase measurement.

GetMeasurementLength(string, out int)

Gets the duration of the SlotPhase measurement. This value is expressed in slots.

GetMeasurementOffset(string, out int)

Gets the measurement offset to skip from the synchronization boundary. The synchronization boundary is specified by the SetSynchronizationMode(string, RFmxCdma2kMXSlotPhaseSynchronizationMode) method. This value is expressed in slots.

GetReceiveFilterEnabled(string, out RFmxCdma2kMXSlotPhaseReceiveFilterEnabled)

Gets whether to enable the received filter for the SlotPhase measurement. Use this method to disable the filter, if the received signal is already filtered.

GetSpectrumInverted(string, out RFmxCdma2kMXSlotPhaseSpectrumInverted)

Gets whether the spectrum of the signal is inverted.

GetSynchronizationMode(string, out RFmxCdma2kMXSlotPhaseSynchronizationMode)

Gets whether the measurement is performed from the frame or slot boundary.

GetTransientDuration(string, out double)

Gets the region to exclude for computing the individual slot phase discontinuity values. This value is expressed in seconds.

SetAllTracesEnabled(string, bool)

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

SetMeasurementEnabled(string, bool)

Sets whether to enable the SlotPhase measurement.

SetMeasurementLength(string, int)

Sets the duration of the SlotPhase measurement. This value is expressed in slots.

SetMeasurementOffset(string, int)

Sets the measurement offset to skip from the synchronization boundary. The synchronization boundary is specified by the SetSynchronizationMode(string, RFmxCdma2kMXSlotPhaseSynchronizationMode) method. This value is expressed in slots.

SetReceiveFilterEnabled(string, RFmxCdma2kMXSlotPhaseReceiveFilterEnabled)

Sets whether to enable the received filter for the SlotPhase measurement. Use this method to disable the filter, if the received signal is already filtered.

SetSpectrumInverted(string, RFmxCdma2kMXSlotPhaseSpectrumInverted)

Sets whether the spectrum of the signal is inverted.

SetSynchronizationMode(string, RFmxCdma2kMXSlotPhaseSynchronizationMode)

Sets whether the measurement is performed from the frame or slot boundary.

SetTransientDuration(string, double)

Sets the region to exclude for computing the individual slot phase discontinuity values. This value is expressed in seconds.