ConfigureSegmentMeasurementInterval(string, double, double)
- Updated2025-10-13
- 1 minute(s) read
Configures the segment measurement offset and length for the segments.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigureSegmentMeasurementInterval(string selectorString, double segmentMeasurementOffset, double segmentMeasurementLength)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of segment number. Example: |
| segmentMeasurementOffset | double | Specifies the time offset from the start of the segment for which the phase and amplitude, amplitude, or frequency error values are computed. This value is expressed in seconds. This method is valid only when you set the SetMeasurementIntervalMode(string, RFmxSpecAnMXPavtMeasurementIntervalMode) method to Variable. |
| segmentMeasurementLength | double | Specifies the duration within each segment over which the phase and amplitude, amplitude, or frequency error values are computed. This value is expressed in seconds. This method is valid when you set the SetMeasurementIntervalMode(string, RFmxSpecAnMXPavtMeasurementIntervalMode) method to Variable. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.