Gets the position indices of all the measured pulses within a burst.

Syntax

Namespace: NationalInstruments.RFmx.PulseMX

public int GetPulsePositionIndex(string selectorString, ref int[] value)

Remarks

This method gets the value of PulseResultsPulsePositionIndex attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name.
Example: ""
"result::r1"
You can use the BuildResultString(string) method to build the selectorString.

valueref int[]

Upon return, contains the position indices of all the measured pulses within a burst.

Returns

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