Configures the measurement offset and measurement interval for the transmit power (TXP) measurement.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureMeasurementOffsetAndInterval(string selectorString, double measurementOffset, double measurementInterval)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

measurementOffsetdouble

Specifies the offset to skip from the start of the acquired waveform for the measurement. The value is expressed in seconds.

measurementIntervaldouble

Specifies the measurement interval. This value is expressed in seconds.

Returns

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