RFmxTdscdmaMXPvtResults.FetchSegmentMeasurementArray Method
- Updated2024-07-17
- 2 minute(s) read
RFmxTdscdmaMXPvtResultsFetchSegmentMeasurementArray Method
Fetches the status and measured powers for all the power versus time (PVT) measurement segments.
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 FetchSegmentMeasurementArray( string selectorString, double timeout, ref RFmxTdscdmaMXPvtSegmentStatus[] segmentStatus, ref double[] segmentMargin, ref double[] segmentMarginTime, ref double[] segmentMeanAbsolutePower, ref double[] segmentMaximumAbsolutePower, ref double[] segmentMinimumAbsolutePower )
Public Function FetchSegmentMeasurementArray ( selectorString As String, timeout As Double, ByRef segmentStatus As RFmxTdscdmaMXPvtSegmentStatus(), ByRef segmentMargin As Double(), ByRef segmentMarginTime As Double(), ByRef segmentMeanAbsolutePower As Double(), ByRef segmentMaximumAbsolutePower As Double(), ByRef segmentMinimumAbsolutePower As Double() ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the result name. 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 an array of the measurement status values for an individual PVT measurement segment. - segmentMargin
- Type: SystemDouble
Upon return, contains an array of the power margins 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 an array of the positions in time corresponding to the segmentMargin parameter. This value is expressed in seconds. - segmentMeanAbsolutePower
- Type: SystemDouble
Upon return, contains an array of the mean measured powers corresponding to the segmentMargin parameter. This value is expressed in dBm. - segmentMaximumAbsolutePower
- Type: SystemDouble
Upon return, contains an array of the maximum measured powers of an individual PVT measurement segment. This value is expressed in dBm. - segmentMinimumAbsolutePower
- Type: SystemDouble
Upon return, contains an array of the minimum measured powers 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.