Gets the start time of the custom power gate. This value is expressed in seconds.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetPowerCustomGateStartTime(string selectorString, out double value)

Remarks

This method gets the value of OfdmModAccPowerCustomGateStartTime attribute.The default value is 0.

Parameters

NameTypeDescription
selectorStringstring

Specifies the gate number.
Example: "gate0".
You can use the BuildGateString(string, int) method to build the selector string.

valueout double

Upon return, contains the start time of the custom power gate. This value is expressed in seconds.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.