Sets the stop time of the custom power gate, and must be greater than the corresponding SetPowerCustomGateStartTime(string, double) method. This value is expressed in seconds.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int SetPowerCustomGateStopTime(string selectorString, double value)

Remarks

This method sets the value of OfdmModAccPowerCustomGateStopTime attribute.The default value is 10 microseconds.

Parameters

NameTypeDescription
selectorStringstring

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

valuedouble

Specifies the stop time of the custom power gate, and must be greater than the corresponding SetPowerCustomGateStartTime(string, double) method. 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.