GetFMChirpRate2(string, ref double[])
- Updated2025-10-13
- 1 minute(s) read
Gets the frequency slope rate of the 2nd best-fit linear least square regression line measured over user specified sample analysis time interval as determined by Pulse Freq Phase Dev Range Length (%) method for the measured pulses. This value is expressed in Hz/us.This result is valid only for triangular FM modulation.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public int GetFMChirpRate2(string selectorString, ref double[] value)
Remarks
This method gets the value of PulseResultsFMChirpRate2 attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name. |
| value | ref double[] | Upon return, contains the frequency slope rate of the 2nd best-fit linear least square regression line measured over user specified sample analysis time interval as determined by Pulse Freq Phase Dev Range Length (%) method for the measured pulses. This value is expressed in Hz/us.This result is valid only for triangular FM modulation. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.