RFmxTdscdmaMXPvtResults.FetchSegmentMeasurement Method
- Updated2024-07-17
- 2 minute(s) read
RFmxTdscdmaMXPvtResultsFetchSegmentMeasurement Method
Returns the status of a specific power versus time (PVT) measurement segment along with the measured segment powers.
Use "segment(n)" as the selector string to read this method.
Use "segment(n)" as the selector string to read this method.
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 FetchSegmentMeasurement( string selectorString, double timeout, out RFmxTdscdmaMXPvtSegmentStatus segmentStatus, out double segmentMargin, out double segmentMarginTime, out double segmentMeanAbsolutePower, out double segmentMaximumAbsolutePower, out double segmentMinimumAbsolutePower )
Public Function FetchSegmentMeasurement ( selectorString As String, timeout As Double, <OutAttribute> ByRef segmentStatus As RFmxTdscdmaMXPvtSegmentStatus, <OutAttribute> ByRef segmentMargin As Double, <OutAttribute> ByRef segmentMarginTime As Double, <OutAttribute> ByRef segmentMeanAbsolutePower As Double, <OutAttribute> ByRef segmentMaximumAbsolutePower As Double, <OutAttribute> ByRef segmentMinimumAbsolutePower As Double ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the result name, and segment number. If you do not specify the result name, the default result instance is used. - timeout
- Type: SystemDouble
Specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete. - segmentStatus
- Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXPvtSegmentStatus
Upon return, contains the measurement status for an individual PVT measurement segment. - segmentMargin
- Type: SystemDouble
Upon return, contains the power margin for an individual PVT measurement segment, which is the minimum power distance to the power limit measured within the PVT measurement segment. This value is expressed in dB. - segmentMarginTime
- Type: SystemDouble
Upon return, contains the position in time corresponding to the segmentMargin parameter. This value is expressed in seconds. - segmentMeanAbsolutePower
- Type: SystemDouble
Upon return, contains the mean measured power corresponding to the segmentMargin parameter. This value is expressed in dBm. - segmentMaximumAbsolutePower
- Type: SystemDouble
Upon return, contains the maximum measured power of an individual PVT measurement segment. This value is expressed in dBm. - segmentMinimumAbsolutePower
- Type: SystemDouble
Upon return, contains the minimum measured power of an individual PVT measurement segment. This value is expressed in dBm.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.