RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXPvtResults.GetSegmentStatus Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMXPvtResults.GetSegmentStatus Method

RFmxTdscdmaMXPvtResultsGetSegmentStatus Method

Gets the measurement status for an individual power versus time (PVT) measurement segment.

Namespace:  NationalInstruments.RFmx.TdscdmaMX
Assembly:  NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)

Syntax

public int GetSegmentStatus(
	string selectorString,
	out RFmxTdscdmaMXPvtSegmentStatus value
)
Public Function GetSegmentStatus ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxTdscdmaMXPvtSegmentStatus
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the result name and Segment number. Example: "Segment0", "result::r1/Segment0". You can use the BuildSegmentString(String, Int32) method to build the selector string.
value
Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXPvtSegmentStatus
Upon return, contains the measurement status for an individual power versus time (PVT) measurement segment.

Return Value

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

Remarks

This method gets the value of PvtResultsSegmentStatus attribute.

See Also

Log in to get a better experience