RFmx LTE VIs

Table of Contents

RFmxLTE SEM Fetch (VI)

  • Updated2024-04-10
  • 35 minute(s) read

RFmxLTE SEM Fetch (VI)

Owning Palette: Fetch

Fetches the SEM measurements.

RFmxLTE SEM Fetch Total Aggregated Power

Returns the sum of powers of all subblocks.

RFmxLTE SEM Fetch Total Aggregated Power

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name and the result name. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "" (empty string).

Example:

"signal::sig1"

"result::r1"

"signal::sig1/result::r1"

You can use the RFmxLTE Build Signal String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

idbl.gif

Total Aggregated Power returns the sum of powers of all the frequency bins over the integration bandwidth of subblock. This value includes the power in the inter-carrier gaps within a subblock, but it does not include the power in the subblock gaps.

When you set the ACP Pwr Units property to dBm, the parameter returns the total integrated power in dBm of all the active carriers measured. When you set the ACP Pwr Units property to dBm/Hz, the parameter returns the power spectral density in dBm/Hz based on the power in all the active carriers measured.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Measurement Status

Returns the overall measurement status based on the standard mask type that you configure.

RFmxLTE SEM Fetch Measurement Status

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name and the result name. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "" (empty string).

Example:

"signal::sig1"

"result::r1"

"signal::sig1/result::r1"

You can use the RFmxLTE Build Signal String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

ii32.gif

Measurement Status returns the measurement status indicating whether the power before and after the burst is within the standard defined limit.

Fail (0)

Indicates that the measurement has failed.

Pass (1)

Indicates that the measurement has passed.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Subblock Measurement

Returns the power, integration bandwidth and center frequency of the subblock.

Use "subblock<n>" as the selector string to read results from this VI.

RFmxLTE SEM Fetch Subblock Measurement

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, and subblock number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "subblock0".

Example:

"subblock0"

"signal::sig1/subblock0"

"result::r1/subblock0"

"signal::sig1/result::r1/subblock0"

You can use the RFmxLTE Build Subblock String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

idbl.gif

Subblock Power returns the sum of powers of all the frequency bins over the integration bandwidth of the subblock. When you set the ACP Pwr Units property to dBm, the parameter returns the total subblock power in dBm of all the active carriers measured over the subblock. When you set the ACP Pwr Units property to dBm/Hz, the parameter returns the power spectral density in dBm/Hz based on the power in all the active carriers measured over the subblock.

idbl.gif

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

idbl.gif

Frequency returns the absolute center frequency of the subblock. This value is the center of the subblock integration bandwidth. This value is expressed in Hz.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Component Carrier Measurement

Returns the absolute power and relative power measured in the component carrier. The relative power is relative to subblock power.

Use "carrier<k>" or "subblock<n>/carrier<k>" as the selector string to read results from this VI.

RFmxLTE SEM Fetch Component Carrier Measurement

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, subblock number, and carrier number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "subblock0/carrier0".

Example:

"subblock0/carrier0"

"signal::sig1/subblock0/carrier0"

"result::r1/subblock0/carrier0"

"signal::sig1/result::r1/subblock0/carrier0"

You can use the RFmxLTE Build Carrier String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

idbl.gif

Absolute Integrated Power returns the power measured over the integration bandwidth of the carrier. The carrier power is reported in dBm when you set the ACP Pwr Units property to dBm, and in dBm/Hz when you set the ACP Pwr Units property to dBm/Hz.

idbl.gif

Relative Integrated Power returns the component carrier power relative to its subblock power.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Lower Offset Margin

Returns the measurement status, margin, frequency at margin, and the absolute and relative powers at the margin for lower offset segments. The relative power is relative to the total aggregated power.

Use "offset<n>" or "subblock<n>/offset<n>" as the selector string to read results from this VI.

Refer to the LTE Uplink Spectral Emission Mask and LTE Downlink Spectral Emission Mask topics for more information.

RFmxLTE SEM Fetch Lower Offset Margin

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, subblock number, and offset number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "" (empty string).

Example:

"subblock0/offset0"

"signal::sig1/subblock0/offset0"

"signal::sig1/result::r1/subblock0/offset0"

"result::r1/subblock0/offset0"

You can use the RFmxLTE Build Offset String VI to build the selector string.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

idbl.gif

Margin Relative Power returns the power at which the margin occurs in the upper (positive) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Margin Absolute Power returns the power at which the margin occurs in the upper (positive) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated, the SEM results lower offset start frequency and SEM results lower offset stop frequency are updated, and the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ii32.gif

Measurement Status returns the measurement status indicating whether the power before and after the burst is within the standard defined limit.

Fail (0)

Indicates that the measurement has failed.

Pass (1)

Indicates that the measurement has passed.

idbl.gif

Margin returns the margin from the standard-defined absolute limit mask for the lower (negative) offset. Margin is defined as the minimum difference between the spectrum and the limit mask. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated, the SEM results lower offset start frequency and SEM results lower offset stop frequency are updated, and the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Margin Frequency returns the frequency at which the margin occurs in the lower (negative) offset. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated, the SEM results lower offset start frequency and SEM results lower offset stop frequency are updated, and the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Lower Offset Power

Returns the total absolute and relative powers, peak, absolute, and relative powers, and the frequency at the peak absolute power of the lower offset segment. The relative power is relative to the total aggregated power.

Use "offset<n>" or "subblock<n>/offset<n>" as the selector string to read results from this VI.

Refer to the LTE Uplink Spectral Emission Mask and LTE Downlink Spectral Emission Mask topics for more information.

RFmxLTE SEM Fetch Lower Offset Power

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, subblock number, and offset number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "" (empty string).

Example:

"subblock0/offset0"

"signal::sig1/subblock0/offset0"

"signal::sig1/result::r1/subblock0/offset0"

"result::r1/subblock0/offset0"

You can use the RFmxLTE Build Offset String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

idbl.gif

Absolute Integrated Power returns the lower (negative) offset segment power. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Relative Integrated Power returns the power in the lower (negative) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Absolute Peak Power returns the peak power in the lower (negative) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Relative Peak Power returns the peak power in the upper (positive) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Peak Frequency returns the frequency at which the peak power occurs in the upper (positive) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Upper Offset Margin

Returns the measurement status, margin, frequency at margin, and absolute and relative powers at margin for upper offset segments. The relative power is relative to total aggregated power.

Use "offset<n>" or "subblock<n>/offset<n>" as the selector string to read results from this VI.

Refer to the LTE Uplink Spectral Emission Mask and LTE Downlink Spectral Emission Mask topics for more information.

RFmxLTE SEM Fetch Upper Offset Margin

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, subblock number, and offset number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "" (empty string).

Example:

"subblock0/offset0"

"signal::sig1/subblock0/offset0"

"signal::sig1/result::r1/subblock0/offset0"

"result::r1/subblock0/offset0"

You can use the RFmxLTE Build Offset String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

ii32.gif

Measurement Status returns the measurement status indicating whether the power before and after the burst is within the standard defined limit.

Fail (0)

Indicates that the measurement has failed.

Pass (1)

Indicates that the measurement has passed.

idbl.gif

Margin returns the margin from the standard defined absolute limit mask for upper offset. Margin is defined as the minimum difference between the spectrum and the limit mask. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Margin Frequency returns the frequency at which the margin occurs in the upper offset. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Margin Relative Power returns the power at which the margin occurs in the upper (positive) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Margin Absolute Power returns the power at which the margin occurs in the upper (positive) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated, the SEM results lower offset start frequency and SEM results lower offset stop frequency are updated, and the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Upper Offset Power

Returns the total absolute and relative powers, peak, absolute, and relative powers, and frequency at peak absolute power of upper offset segment. The relative power is relative to total aggregated power.

Use "offset<n>" or "subblock<n>/offset<n>" as the selector string to read results from this VI.

Refer to the LTE Uplink Spectral Emission Mask and LTE Downlink Spectral Emission Mask topics for more information.

RFmxLTE SEM Fetch Upper Offset Power

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, subblock number, and offset number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "" (empty string).

Example:

"subblock0/offset0"

"signal::sig1/subblock0/offset0"

"signal::sig1/result::r1/subblock0/offset0"

"result::r1/subblock0/offset0"

You can use the RFmxLTE Build Offset String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

idbl.gif

Absolute Integrated Power returns the upper offset segment power. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Relative Integrated Power returns the power in the upper offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Absolute Peak Power returns the peak power in the upper offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Relative Peak Power returns the peak power in the upper (positive) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

idbl.gif

Peak Frequency returns the frequency at which the peak power occurs in the upper (positive) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Component Carrier Measurement (Array)

Returns an array of the absolute powers and relative powers measured in the component carriers. The relative power is relative to subblock power.

Use "subblock<n>" as the selector string to read results from this VI.

RFmxLTE SEM Fetch Component Carrier Measurement (Array)

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, and subblock number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "subblock0".

Example:

"subblock0"

"signal::sig1/subblock0"

"result::r1/subblock0"

"signal::sig1/result::r1/subblock0"

You can use the RFmxLTE Build Subblock String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

i1ddbl.gif

Absolute Integrated Power returns the array of power measured in the subblock. The carrier power is reported in dBm when you set the ACP Pwr Units property to dBm, and in dBm/Hz when you set the ACP Pwr Units property to dBm/Hz.

i1ddbl.gif

Relative Integrated Power returns the array of the sum of powers of all the frequency bins over the integration bandwidth of the component carrier power relative to its subblock power.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Lower Offset Margin (Array)

Returns an array of measurement statuses, margins, frequencies at margins, and absolute and relative powers at margins for lower offset segments. The relative power is relative to the total aggregated power.

Use "subblock<n>" as the selector string to read results from this VI.

Refer to the LTE Uplink Spectral Emission Mask and LTE Downlink Spectral Emission Mask topics for more information.

RFmxLTE SEM Fetch Lower Offset Margin (Array)

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, and subblock number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "subblock0".

Example:

"subblock0"

"signal::sig1/subblock0"

"result::r1/subblock0"

"signal::sig1/result::r1/subblock0"

You can use the RFmxLTE Build Subblock String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

i1di32.gif

Measurement Status returns the array of the measurement status indicating whether the power before and after the burst is within the standard defined limit.

Fail (0)

Indicates that the measurement has failed.

Pass (1)

Indicates that the measurement has passed.

i1ddbl.gif

Margin returns the array of margins from the standard-defined absolute limit mask for the lower (negative) offset. Margin is defined as the minimum difference between the spectrum and the limit mask. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated, the SEM results lower offset start frequency and SEM results lower offset stop frequency are updated, and the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Margin Frequency returns the array of frequency at which the margin occurs in the lower (negative) offset. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated, the SEM results lower offset start frequency and SEM results lower offset stop frequency are updated, and the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Margin Relative Power returns the array of powers at which the margin occurs in the upper (positive) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Margin Absolute Power returns the array of power at which the margin occurs in the upper (positive) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated, the SEM results lower offset start frequency and SEM results lower offset stop frequency are updated, and the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Lower Offset Power (Array)

Returns an array of total absolute and relative powers, peak, absolute, and relative powers, and frequencies at peak absolute powers of lower offset segments. The relative power is relative to total aggregated power.

Use "subblock<n>" as the selector string to read results from this VI.

Refer to the LTE Uplink Spectral Emission Mask and LTE Downlink Spectral Emission Mask topics for more information.

RFmxLTE SEM Fetch Lower Offset Power (Array)

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, and subblock number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "subblock0".

Example:

"subblock0"

"signal::sig1/subblock0"

"result::r1/subblock0"

"signal::sig1/result::r1/subblock0"

You can use the RFmxLTE Build Subblock String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

i1ddbl.gif

Absolute Integrated Power returns the array of lower (negative) offset segment powers. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Relative Integrated Power returns the array of powers in the lower (negative) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Absolute Peak Power returns the array of peak powers in the lower (negative) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Relative Peak Power returns the array of peak power in the upper (positive) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Peak Frequency returns the array of frequency at which the peak power occurs in the upper (positive) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Upper Offset Margin (Array)

Returns an array of measurement statuses, margins, frequencies at margins, and absolute and relative powers at margins for upper offset segments. The relative power is relative to total aggregated power.

Use "subblock<n>" as the selector string to read results from this VI.

Refer to the LTE Uplink Spectral Emission Mask and LTE Downlink Spectral Emission Mask topics for more information.

RFmxLTE SEM Fetch Upper Offset Margin (Array)

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, and subblock number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "subblock0".

Example:

"subblock0"

"signal::sig1/subblock0"

"result::r1/subblock0"

"signal::sig1/result::r1/subblock0"

You can use the RFmxLTE Build Subblock String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

i1di32.gif

Measurement Status returns the array of the measurement status indicating whether the power before and after the burst is within the standard defined limit.

Fail (0)

Indicates that the measurement has failed.

Pass (1)

Indicates that the measurement has passed.

i1ddbl.gif

Margin returns the array of margins from the standard defined absolute limit mask for upper offset. The margin is defined as the minimum difference between the spectrum and the limit mask. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Margin Frequency returns the array of frequency at which the margin occurs in the upper offset. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Margin Relative Power returns the array of powers at which the margin occurs in the upper (positive) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Margin Absolute Power returns the array of power at which the margin occurs in the upper (positive) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated, the SEM results lower offset start frequency and SEM results lower offset stop frequency are updated, and the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Upper Offset Power (Array)

Returns an array of total absolute and relative powers, peak, absolute, and relative powers, and frequencies at peak absolute powers of upper offset segments. The relative power is relative to total aggregated power.

Use "subblock<n>" as the selector string to read results from this VI.

Refer to the LTE Uplink Spectral Emission Mask and LTE Downlink Spectral Emission Mask topics for more information.

RFmxLTE SEM Fetch Upper Offset Power (Array)

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name, result name, and subblock number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "subblock0".

Example:

"subblock0"

"signal::sig1/subblock0"

"result::r1/subblock0"

"signal::sig1/result::r1/subblock0"

You can use the RFmxLTE Build Subblock String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

i1ddbl.gif

Absolute Integrated Power returns the array of upper offset segment powers. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Relative Integrated Power returns the array of powers in the upper offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Absolute Peak Power returns the array of peak powers in the upper offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Relative Peak Power returns the array of peak power in the upper (positive) offset segment relative to the value returned by the SEM Results Total Aggregated Pwr property. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

i1ddbl.gif

Peak Frequency returns the array of frequency at which the peak power occurs in the upper (positive) offset segment. For the intra-band noncontiguous type of carrier aggregation, the offset segment may be truncated or discarded based on offset overlap rules as defined in the 3GPP TS 36.521 specification. If the offset segment is truncated the measurement is performed on the updated offset segment. If the offset segment is discarded, a NaN is returned.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxLTE SEM Fetch Spectrum

Fetches the spectrum used for the SEM measurement.

RFmxLTE SEM Fetch Spectrum

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cdbl.gif

Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10.

cstr.gif

Selector String specifies a selector string comprising of the signal name and the result name. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. The default value is "" (empty string).

Example:

"signal::sig1"

"result::r1"

"signal::sig1/result::r1"

You can use the RFmxLTE Build Signal String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

icclst.gif

Spectrum returns the spectrum.

idbl.gif

x0 returns the start frequency of the channel. This value is expressed in Hz.

idbl.gif

dx returns the frequency bin spacing. This value is expressed in Hz.

i1dsgl.gif

y returns the array of averaged power measured at each frequency bin. This value is expressed in dBm.

icclst.gif

Composite Mask returns the composite mask trace used for the channel. This value is expressed in dBm.

idbl.gif

x0 returns the start frequency of the channel. This value is expressed in Hz.

idbl.gif

dx returns the frequency bin spacing. This value is expressed in Hz.

i1dsgl.gif

y returns the array of composite mask used for the channel.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

Log in to get a better experience