GetPowerCustomGateStopTime(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets 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 GetPowerCustomGateStopTime(string selectorString, out double value)
Remarks
This method gets the value of OfdmModAccPowerCustomGateStopTime attribute.The default value is 10 microseconds.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the gate number. |
| value | out double | Upon return, contains 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.