RFmx NR DotNET

RFmxNRMXSemConfiguration Methods

  • Updated2024-07-17
  • 11 minute(s) read
RFmxNRMXSemConfiguration Methods

RFmxNRMXSemConfiguration Methods

The RFmxNRMXSemConfiguration type exposes the following members.

Methods

  NameDescription
Public methodConfigureAveraging
Configures averaging for the SEM measurement.
Public methodConfigureNumberOfOffsets
Configures the number of offset segments for the SEM measurement.
Use "subblock(n)" as the selector string to read results from this method.
Public methodConfigureOffsetAbsoluteLimit
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.
Public methodConfigureOffsetAbsoluteLimitArray
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.
Public methodConfigureOffsetBandwidthIntegral
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.
Public methodConfigureOffsetBandwidthIntegralArray
Configures an array of the bandwidth integral of the offset segments.
Use "subblock(n)" as the selector string to configure or read this method.
Public methodConfigureOffsetFrequency
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.
Public methodConfigureOffsetFrequencyArray
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.
Public methodConfigureOffsetLimitFailMask
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.
Public methodConfigureOffsetLimitFailMaskArray
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.
Public methodConfigureOffsetRbwFilter
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.
Public methodConfigureOffsetRbwFilterArray
Configures the offset RBW and the offset RBW filter type array.
Use "subblock(n)" as the selector string to configure this method.
Public methodConfigureOffsetRelativeLimit
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.
Public methodConfigureOffsetRelativeLimitArray
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.
Public methodConfigureSweepTime
Configures the sweep time.
Public methodConfigureUplinkMaskType
Configures the standard defined mask type that has to be used in the measurement for uplink.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAllTracesEnabled
Gets whether to enable the traces to be stored and retrieved after performing the SEM measurement.
Public methodGetAmplitudeCorrectionType
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.
Public methodGetAveragingCount
Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxNRMXSemAveragingEnabled) method to True.
Public methodGetAveragingEnabled
Gets whether to enable averaging for the SEM measurement.
Public methodGetAveragingType
Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for SEM measurement.
Public methodGetDeltaFMaximum
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.
Public methodGetDownlinkMaskType
Gets the limits to be used in the measurement for Downlink.
Public methodGetFftWindow
Gets the FFT window type to be used to reduce spectral leakage.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMeasurementEnabled
Gets whether to enable the SEM measurement.
Public methodGetNumberOfAnalysisThreads
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.
Public methodGetNumberOfOffsets
Gets the number of SEM offset segments.
Public methodGetOffsetAbsoluteLimitStart
Gets the absolute power limit corresponding to the beginning of an offset segment. This value is expressed in dBm.
Public methodGetOffsetAbsoluteLimitStop
Gets the absolute power limit corresponding to the end of an offset segment. This value is expressed in dBm.
Public methodGetOffsetBandwidthIntegral
Gets the resolution of a spectrum to compare with the spectral mask limits as an integer multiple of the RBW.
Public methodGetOffsetFrequencyDefinition
Gets the definition of the the start frequency and stop frequency of the offset segments.
Public methodGetOffsetLimitFailMask
Gets the criteria to determine the measurement fail status.
Public methodGetOffsetRbwFilterBandwidth
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.
Public methodGetOffsetRbwFilterType
Gets the shape of a digital RBW filter.
Public methodGetOffsetRelativeLimitStart
Gets the relative power limit corresponding to the beginning of the offset segment. This value is expressed in dB.
Public methodGetOffsetRelativeLimitStop
Gets the relative power limit corresponding to the end of the offset segment. This value is expressed in dB.
Public methodGetOffsetSideband
Gets whether the offset segment is present either on one side or on both sides of a carrier.
Public methodGetOffsetStartFrequency
Gets the start frequency of an offset segment relative to the ComponentCarrierBandwidth edge (single carrier) or GetSubblockAggregatedChannelBandwidth(String, Double) edge (multi-carrier). This value is expressed in Hz.
Public methodGetOffsetStopFrequency
Gets the stop frequency of an offset segment relative to the ComponentCarrierBandwidth edge (single carrier) or GetSubblockAggregatedChannelBandwidth(String, Double) edge (multi-carrier). This value is expressed in Hz.
Public methodGetSubblockAggregatedChannelBandwidth
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.
Public methodGetSubblockIntegrationBandwidth
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.
Public methodGetSweepTimeAuto
Gets whether the measurement sets the sweep time.
Public methodGetSweepTimeInterval
Gets the sweep time when you set the SetSweepTimeAuto(String, RFmxNRMXSemSweepTimeAuto) method to False. This value is expressed in seconds.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUplinkMaskType
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.
Public methodSetAllTracesEnabled
Sets whether to enable the traces to be stored and retrieved after performing the SEM measurement.
Public methodSetAmplitudeCorrectionType
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.
Public methodSetAveragingCount
Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxNRMXSemAveragingEnabled) method to True.
Public methodSetAveragingEnabled
Sets whether to enable averaging for the SEM measurement.
Public methodSetAveragingType
Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for SEM measurement.
Public methodSetDeltaFMaximum
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.
Public methodSetDownlinkMaskType
Sets the limits to be used in the measurement for Downlink.
Public methodSetFftWindow
Sets the FFT window type to be used to reduce spectral leakage.
Public methodSetMeasurementEnabled
Sets whether to enable the SEM measurement.
Public methodSetNumberOfAnalysisThreads
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.
Public methodSetNumberOfOffsets
Sets the number of SEM offset segments.
Public methodSetOffsetAbsoluteLimitStart
Sets the absolute power limit corresponding to the beginning of an offset segment. This value is expressed in dBm.
Public methodSetOffsetAbsoluteLimitStop
Sets the absolute power limit corresponding to the end of an offset segment. This value is expressed in dBm.
Public methodSetOffsetBandwidthIntegral
Sets the resolution of a spectrum to compare with the spectral mask limits as an integer multiple of the RBW.
Public methodSetOffsetFrequencyDefinition
Sets the definition of the the start frequency and stop frequency of the offset segments.
Public methodSetOffsetLimitFailMask
Sets the criteria to determine the measurement fail status.
Public methodSetOffsetRbwFilterBandwidth
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.
Public methodSetOffsetRbwFilterType
Sets the shape of a digital RBW filter.
Public methodSetOffsetRelativeLimitStart
Sets the relative power limit corresponding to the beginning of the offset segment. This value is expressed in dB.
Public methodSetOffsetRelativeLimitStop
Sets the relative power limit corresponding to the end of the offset segment. This value is expressed in dB.
Public methodSetOffsetSideband
Sets whether the offset segment is present either on one side or on both sides of a carrier.
Public methodSetOffsetStartFrequency
Sets the start frequency of an offset segment relative to the ComponentCarrierBandwidth edge (single carrier) or GetSubblockAggregatedChannelBandwidth(String, Double) edge (multi-carrier). This value is expressed in Hz.
Public methodSetOffsetStopFrequency
Sets the stop frequency of an offset segment relative to the ComponentCarrierBandwidth edge (single carrier) or GetSubblockAggregatedChannelBandwidth(String, Double) edge (multi-carrier). This value is expressed in Hz.
Public methodSetSweepTimeAuto
Sets whether the measurement sets the sweep time.
Public methodSetSweepTimeInterval
Sets the sweep time when you set the SetSweepTimeAuto(String, RFmxNRMXSemSweepTimeAuto) method to False. This value is expressed in seconds.
Public methodSetUplinkMaskType
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

See Also

Log in to get a better experience