RFmx TD-SCDMA 19.1 Help
Edition Date: October 2019
Part Number: 375493H-01
»View Product Info
DOWNLOAD (Windows Only)
RFmxTdscdmaMXSemResults Class See Also
Returns the lower offset segment power measurements.
Use "offset(n)" as the selector string to read results from this method.
Namespace:
NationalInstruments.RFmx.TdscdmaMX
Assembly:
NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 19.1.0.49152 (19.1.0.49152)
Visual Basic (Declaration) |
---|
Public Function FetchLowerOffsetPower ( _
selectorString As String, _
timeout As Double, _
<OutAttribute> ByRef absoluteIntegratedPower As Double, _
<OutAttribute> ByRef relativeIntegratedPower As Double, _
<OutAttribute> ByRef absolutePeakPower As Double, _
<OutAttribute> ByRef peakFrequency As Double, _
<OutAttribute> ByRef relativePeakPower As Double _
) As Integer |
C# |
---|
public int FetchLowerOffsetPower(
string selectorString,
double timeout,
out double absoluteIntegratedPower,
out double relativeIntegratedPower,
out double absolutePeakPower,
out double peakFrequency,
out double relativePeakPower
) |
Parameters
- selectorString
- Type: System.String
Specifies a selector string comprising of the result name, and offset number. If you do not specify the result name, the default result instance is used.
- timeout
- Type: System.Double
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.
- absoluteIntegratedPower
- Type:
System.Double
%
Upon return, contains the lower (negative) offset segment power measured. This value is expressed in dBm.
- relativeIntegratedPower
- Type:
System.Double
%
Upon return, contains the power in the negative offset segment relative to the integrated power of the reference carrier. This value is expressed in dB.
- absolutePeakPower
- Type:
System.Double
%
Upon return, contains the peak power measured in the lower (negative) offset segment. This value is expressed in dBm.
- peakFrequency
- Type:
System.Double
%
Upon return, contains the frequency at which the peak power occurred in the offset segment. This value is expressed in Hz.
- relativePeakPower
- Type:
System.Double
%
Upon return, contains the peak power in the lower (negative) offset segment relative to the integrated power of the reference carrier.
Return Value
Returns the status code of this method. The status code either indicates success or describes a warning condition.
Reference
RFmxTdscdmaMXSemResults Class
NationalInstruments.RFmx.TdscdmaMX Namespace