RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXCdaResults.FetchSymbolConstellationTrace Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMXCdaResults.FetchSymbolConstellationTrace Method

RFmxTdscdmaMXCdaResultsFetchSymbolConstellationTrace Method

Fetches the symbol constellation trace of the code domain analysis (CDA) measurement channel.

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 FetchSymbolConstellationTrace(
	string selectorString,
	double timeout,
	ref ComplexSingle[] symbolConstellation
)
Public Function FetchSymbolConstellationTrace ( 
	selectorString As String,
	timeout As Double,
	ByRef symbolConstellation As ComplexSingle()
) 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.
symbolConstellation
Type: NationalInstrumentsComplexSingle
Upon return, contains an array of the symbol constellation traces of the configured measurement channel.

Return Value

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

See Also

Log in to get a better experience