RFmx WCDMA DotNET

RFmxWcdmaMXSlotPhaseResults.GetDiscontinuityMinimumDistance Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWcdmaMXSlotPhaseResults.GetDiscontinuityMinimumDistance Method

RFmxWcdmaMXSlotPhaseResultsGetDiscontinuityMinimumDistance Method

Gets the minimum distance between two phase discontinuity measurements exceeding the Limit 1 value. Limit 1 is fixed at 36 degrees. This value is expressed in slots.

Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

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

Parameters

selectorString  String
Specifies the result name.
Example: ""

"result::r1"

You can use the BuildResultString(String) method to build the selectorString.
value  Int32
Upon return, contains the minimum distance between two phase discontinuity measurements exceeding the Limit 1 value. Limit 1 is fixed at 36 degrees. This value is expressed in slots.

Return Value

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 SlotPhaseResultsDiscontinuityMinimumDistance attribute.If there are no phase discontinuity values greater than Limit 1, or if there is only one phase discontinuity value greater than Limit 1, this result is not valid. In such a case, -1 is reported as the result.

See Also

Log in to get a better experience