GetResultFetchTimeout(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the time, in seconds, to wait before results are available. Set this value to a time longer than expected for fetching the measurement. A value of -1 specifies that the RFmx driver waits until the measurement is complete.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int GetResultFetchTimeout(string selectorString, out double value)
Remarks
This method maps to the RFmxSpecAn_GetResultFetchTimeout() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out double | Upon return, contains the time, in seconds, to wait before results are available. Set this value to a time longer than expected for fetching the measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.