GetSegmentStop(string, out double)
- Updated2025-01-27
- 1 minute(s) read
GetSegmentStop(string, out double)
Gets the stop time of a specific power versus time (PVT) measurement segment. This value is expressed in seconds. The start time is defined relative to the burst start.
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public int GetSegmentStop(string selectorString, out double value)
Remarks
This method gets the value of PvtSegmentStop attribute.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the segment number. |
value | out double | Upon return, contains the stop time of a specific power versus time (PVT) measurement segment. This value is expressed in seconds. The start time is defined relative to the burst start. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.