RFmx LTE DotNET

Table of Contents

RFmxLteMXPvtConfiguration.ConfigureOffPowerExclusionPeriods Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXPvtConfiguration.ConfigureOffPowerExclusionPeriods Method

RFmxLteMXPvtConfigurationConfigureOffPowerExclusionPeriods Method

Configures the OFF power exclusion periods for the power versus time (PVT) measurement.
Refer to the LTE PVT (Power Vs Time) Measurement topic for more information about OFF power exclusion periods.

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 ConfigureOffPowerExclusionPeriods(
	string selectorString,
	double offPowerExclusionBefore,
	double offPowerExclusionAfter
)
Public Function ConfigureOffPowerExclusionPeriods ( 
	selectorString As String,
	offPowerExclusionBefore As Double,
	offPowerExclusionAfter As Double
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
offPowerExclusionBefore
Type: SystemDouble
Specifies the time excluded from the OFF region before the burst. This value is expressed in seconds.
offPowerExclusionAfter
Type: SystemDouble
Specifies the time excluded from the OFF region after the burst. This value is expressed in seconds.

Return Value

Type: Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience