ConfigureSegmentMeasurementIntervalArray(string, double[], double[])
- Updated2025-10-13
- 1 minute(s) read
Configures an array of segment measurement offsets and lengths for the segments.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigureSegmentMeasurementIntervalArray(string selectorString, double[] segmentMeasurementOffset, double[] segmentMeasurementLength)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| 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.