RFmxLteMXSemConfiguration.ConfigureOffsetBandwidthIntegralArray Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXSemConfigurationConfigureOffsetBandwidthIntegralArray Method
Configures the array of the bandwidth integral of the offset segments.
Use "subblock(n)" as the selector string to configure this method.
Use "subblock(n)" as the selector string to configure this method.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int ConfigureOffsetBandwidthIntegralArray( string selectorString, int[] offsetBandwidthIntegral )
Public Function ConfigureOffsetBandwidthIntegralArray ( selectorString As String, offsetBandwidthIntegral As Integer() ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the result name, and subblock number. If you do not specify the result name, the default result instance is used. Example:
"subblock0"
"result::r1/subblock0"
You can use the BuildSubblockString(String, Int32) method to build the selector string. - offsetBandwidthIntegral
- Type: SystemInt32
Specifies the array of the resolution values of the spectrum to compare with the spectral mask limits as an integer multiple of the RBW. When you set this parameter to a value greater than 1, the measurement acquires the spectrum with a narrow resolution and then processes it digitally to get a wider resolution that is equal to the product of a bandwidth integral and an RBW.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.