GetSegmentStart(string, out double)

Gets the start 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 GetSegmentStart(string selectorString, out double value)

Remarks

This method gets the value of PvtSegmentStart attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the segment number.
Example: "segment0".
You can use the BuildSegmentString(string, int) method to build the selector string.

valueout double

Upon return, contains the start 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.