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

NameTypeDescription
selectorStringstring

Specifies the result name.
Example: ""
"result::r1"
You can use the BuildResultString(string) method to build the selectorString.

valueout 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.