Provides methods to configure the SEM measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public class RFmxNRMXSemConfiguration : RFmxNRMXSubObject

Properties

Methods

NameDescription
ConfigureAveraging(string, RFmxNRMXSemAveragingEnabled, int, RFmxNRMXSemAveragingType)

Configures averaging for the SEM measurement.

ConfigureNumberOfOffsets(string, int)

Configures the number of offset segments for the SEM measurement.
Use "subblock(n)" as the selector string to read results from this method.

ConfigureOffsetAbsoluteLimit(string, double, double)

Configures the start and the stop limit of an offset segment.
Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to configure this method.

ConfigureOffsetAbsoluteLimitArray(string, double[], double[])

Configures an array of the start limit and the stop limit of the offset segments.
Use "subblock(n)" as the selector string to configure this method.

ConfigureOffsetBandwidthIntegral(string, int)

Configures the bandwidth integral of the offset segments.
Use "offset(k)" or "subblock(n)" or "subblock(n)/offset(k)" as the selector string to configure or read this method.

ConfigureOffsetBandwidthIntegralArray(string, int[])

Configures an array of the bandwidth integral of the offset segments.
Use "subblock(n)" as the selector string to configure or read this method.

ConfigureOffsetFrequency(string, double, double, RFmxNRMXSemOffsetSideband)

Configures the start and stop frequencies and the sideband of an offset segment.
Use "offset(k)" or "subblock(n)" or "subblock(n)/offset(k)" as the selector string to configure or read this method.

ConfigureOffsetFrequencyArray(string, double[], double[], RFmxNRMXSemOffsetSideband[])

Configures an array of the start and stop frequencies and the sideband of an offset segment.
Use "subblock(n)" as the selector string to configure or read this method.

ConfigureOffsetLimitFailMask(string, RFmxNRMXSemOffsetLimitFailMask)

Configures the limit fail mask of the offset segments that specify the criteria to determine the measurement fail status.
Use "offset(n)" or "subblock(n)/"offset(n)" as the selector string to configure or read this method.

ConfigureOffsetLimitFailMaskArray(string, RFmxNRMXSemOffsetLimitFailMask[])

Configures an array of the limit fail mask of the offset segments that specifies the criteria to determine the measurement fail status.
Use "subblock(n)" as the selector string to configure or read this method.

ConfigureOffsetRbwFilter(string, double, RFmxNRMXSemOffsetRbwFilterType)

Configures the offset RBW and the offset RBW filter type.
Use "offset(n)" or "subblock(n)" or "subblock(n)/offset(n)" as the selector string to configure this method.

ConfigureOffsetRbwFilterArray(string, double[], RFmxNRMXSemOffsetRbwFilterType[])

Configures the offset RBW and the offset RBW filter type array.
Use "subblock(n)" as the selector string to configure this method.

ConfigureOffsetRelativeLimit(string, double, double)

Configures the start and stop relative limit of the offset segment.
Use "offset(n)" or "subblock(n)" or "subblock(n)/offset(n)" as the selector string to configure this method.

ConfigureOffsetRelativeLimitArray(string, double[], double[])

Configures an array of the start and stop relative limit of the offset segment.
Use "subblock(n)" as the selector string to configure this method.

ConfigureSweepTime(string, RFmxNRMXSemSweepTimeAuto, double)

Configures the sweep time.

ConfigureUplinkMaskType(string, RFmxNRMXSemUplinkMaskType)

Configures the standard defined mask type that has to be used in the measurement for uplink.

GetAllTracesEnabled(string, out bool)

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

GetAmplitudeCorrectionType(string, out RFmxNRMXSemAmplitudeCorrectionType)

Gets whether the amplitude of the frequency bins, used in measurements, is corrected for external attenuation at the RF center frequency, or at the individual frequency bins. Use the RFmxInstr_CfgExternalAttenuationTable function to configure the external attenuation table.

GetAveragingCount(string, out int)

Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxNRMXSemAveragingEnabled) method to True.

GetAveragingEnabled(string, out RFmxNRMXSemAveragingEnabled)

Gets whether to enable averaging for the SEM measurement.

GetAveragingType(string, out RFmxNRMXSemAveragingType)

Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for SEM measurement.

GetDeltaFMaximum(string, out double)

Gets the stop frequency for 3rd offset segment to be used in the measurement. This method is valid only for downlink and when you set the SetDownlinkMaskType(string, RFmxNRMXSemDownlinkMaskType) method to Standard.

GetDownlinkMaskType(string, out RFmxNRMXSemDownlinkMaskType)

Gets the limits to be used in the measurement for Downlink.

GetFftWindow(string, out RFmxNRMXSemFftWindow)

Gets the FFT window type to be used to reduce spectral leakage.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the SEM measurement.

GetNumberOfAnalysisThreads(string, out int)

Gets the maximum number of threads used for parallelism for the SEM measurement. The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations.

GetNumberOfOffsets(string, out int)

Gets the number of SEM offset segments.

GetOffsetAbsoluteLimitStart(string, out double)

Gets the absolute power limit corresponding to the beginning of an offset segment. This value is expressed in dBm.

GetOffsetAbsoluteLimitStop(string, out double)

Gets the absolute power limit corresponding to the end of an offset segment. This value is expressed in dBm.

GetOffsetBandwidthIntegral(string, out int)

Gets the resolution of a spectrum to compare with the spectral mask limits as an integer multiple of the RBW.

GetOffsetFrequencyDefinition(string, out RFmxNRMXSemOffsetFrequencyDefinition)

Gets the definition of the the start frequency and stop frequency of the offset segments.

GetOffsetLimitFailMask(string, out RFmxNRMXSemOffsetLimitFailMask)

Gets the criteria to determine the measurement fail status.

GetOffsetRbwFilterBandwidth(string, out double)

Gets the bandwidth of the resolution bandwidth (RBW) filter used to sweep the acquired offset segment, when you set the SEM Offset RBW Auto method to False. This value is expressed in Hz.

GetOffsetRbwFilterType(string, out RFmxNRMXSemOffsetRbwFilterType)

Gets the shape of a digital RBW filter.

GetOffsetRelativeLimitStart(string, out double)

Gets the relative power limit corresponding to the beginning of the offset segment. This value is expressed in dB.

GetOffsetRelativeLimitStop(string, out double)

Gets the relative power limit corresponding to the end of the offset segment. This value is expressed in dB.

GetOffsetSideband(string, out RFmxNRMXSemOffsetSideband)

Gets whether the offset segment is present either on one side or on both sides of a carrier.

GetOffsetStartFrequency(string, out double)

Gets the start frequency of an offset segment relative to the ComponentCarrierBandwidth edge (single carrier) or GetSubblockAggregatedChannelBandwidth(string, out double) edge (multi-carrier). This value is expressed in Hz.

GetOffsetStopFrequency(string, out double)

Gets the stop frequency of an offset segment relative to the ComponentCarrierBandwidth edge (single carrier) or GetSubblockAggregatedChannelBandwidth(string, out double) edge (multi-carrier). This value is expressed in Hz.

GetSubblockAggregatedChannelBandwidth(string, out double)

Gets the aggregated channel bandwidth of a configured subblock. This value is expressed in Hz. The aggregated channel bandwidth is the sum of the subblock integration bandwidth and the guard bands on either side of the subblock integration bandwidth.

GetSubblockIntegrationBandwidth(string, out double)

Gets the integration bandwidth of a subblock. This value is expressed in Hz. Integration bandwidth is the span from the left edge of the leftmost carrier to the right edge of the rightmost carrier within the subblock.

GetSweepTimeAuto(string, out RFmxNRMXSemSweepTimeAuto)

Gets whether the measurement sets the sweep time.

GetSweepTimeInterval(string, out double)

Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxNRMXSemSweepTimeAuto) method to False. This value is expressed in seconds.

GetUplinkMaskType(string, out RFmxNRMXSemUplinkMaskType)

Gets the spectrum emission mask used in the measurement for uplink. You must set the mask type to Custom to configure the custom offset masks. Refer to section 6.5.2 of the 3GPP 38.101 specification for more information about standard-defined mask types.

SetAllTracesEnabled(string, bool)

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

SetAmplitudeCorrectionType(string, RFmxNRMXSemAmplitudeCorrectionType)

Sets whether the amplitude of the frequency bins, used in measurements, is corrected for external attenuation at the RF center frequency, or at the individual frequency bins. Use the RFmxInstr_CfgExternalAttenuationTable function to configure the external attenuation table.

SetAveragingCount(string, int)

Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxNRMXSemAveragingEnabled) method to True.

SetAveragingEnabled(string, RFmxNRMXSemAveragingEnabled)

Sets whether to enable averaging for the SEM measurement.

SetAveragingType(string, RFmxNRMXSemAveragingType)

Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for SEM measurement.

SetDeltaFMaximum(string, double)

Sets the stop frequency for 3rd offset segment to be used in the measurement. This method is valid only for downlink and when you set the SetDownlinkMaskType(string, RFmxNRMXSemDownlinkMaskType) method to Standard.

SetDownlinkMaskType(string, RFmxNRMXSemDownlinkMaskType)

Sets the limits to be used in the measurement for Downlink.

SetFftWindow(string, RFmxNRMXSemFftWindow)

Sets the FFT window type to be used to reduce spectral leakage.

SetMeasurementEnabled(string, bool)

Sets whether to enable the SEM measurement.

SetNumberOfAnalysisThreads(string, int)

Sets the maximum number of threads used for parallelism for the SEM measurement. The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations.

SetNumberOfOffsets(string, int)

Sets the number of SEM offset segments.

SetOffsetAbsoluteLimitStart(string, double)

Sets the absolute power limit corresponding to the beginning of an offset segment. This value is expressed in dBm.

SetOffsetAbsoluteLimitStop(string, double)

Sets the absolute power limit corresponding to the end of an offset segment. This value is expressed in dBm.

SetOffsetBandwidthIntegral(string, int)

Sets the resolution of a spectrum to compare with the spectral mask limits as an integer multiple of the RBW.

SetOffsetFrequencyDefinition(string, RFmxNRMXSemOffsetFrequencyDefinition)

Sets the definition of the the start frequency and stop frequency of the offset segments.

SetOffsetLimitFailMask(string, RFmxNRMXSemOffsetLimitFailMask)

Sets the criteria to determine the measurement fail status.

SetOffsetRbwFilterBandwidth(string, double)

Sets the bandwidth of the resolution bandwidth (RBW) filter used to sweep the acquired offset segment, when you set the SEM Offset RBW Auto method to False. This value is expressed in Hz.

SetOffsetRbwFilterType(string, RFmxNRMXSemOffsetRbwFilterType)

Sets the shape of a digital RBW filter.

SetOffsetRelativeLimitStart(string, double)

Sets the relative power limit corresponding to the beginning of the offset segment. This value is expressed in dB.

SetOffsetRelativeLimitStop(string, double)

Sets the relative power limit corresponding to the end of the offset segment. This value is expressed in dB.

SetOffsetSideband(string, RFmxNRMXSemOffsetSideband)

Sets whether the offset segment is present either on one side or on both sides of a carrier.

SetOffsetStartFrequency(string, double)

Sets the start frequency of an offset segment relative to the ComponentCarrierBandwidth edge (single carrier) or GetSubblockAggregatedChannelBandwidth(string, out double) edge (multi-carrier). This value is expressed in Hz.

SetOffsetStopFrequency(string, double)

Sets the stop frequency of an offset segment relative to the ComponentCarrierBandwidth edge (single carrier) or GetSubblockAggregatedChannelBandwidth(string, out double) edge (multi-carrier). This value is expressed in Hz.

SetSweepTimeAuto(string, RFmxNRMXSemSweepTimeAuto)

Sets whether the measurement sets the sweep time.

SetSweepTimeInterval(string, double)

Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxNRMXSemSweepTimeAuto) method to False. This value is expressed in seconds.

SetUplinkMaskType(string, RFmxNRMXSemUplinkMaskType)

Sets the spectrum emission mask used in the measurement for uplink. You must set the mask type to Custom to configure the custom offset masks. Refer to section 6.5.2 of the 3GPP 38.101 specification for more information about standard-defined mask types.