GetPreambleStartTimeMean(string, out double)
- Updated2025-04-08
- 1 minute(s) read
Gets the start time of the preamble of LE-CS packet. This value is expressed in seconds. When you set the SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled) method to True, it returns the mean of the preamble start time values computed for each averaging count.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public int GetPreambleStartTimeMean(string selectorString, out double value)
Remarks
This method gets the value of ModAccResultsPreambleStartTimeMean attribute.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the result name. |
value | out double | Upon return, contains the start time of the preamble of LE-CS packet. This value is expressed in seconds. When you set the SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled) method to True, it returns the mean of the preamble start time values computed for each averaging count. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.