ConfigureMeasurementOffsetAndInterval(string, double, double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| measurementOffset | double | Specifies the offset to skip from the start of the acquired waveform for the measurement. The value is expressed in seconds. |
| measurementInterval | double | 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.