Gets the named result names of the signal that you specify in the selectorString parameter.

Syntax

Namespace: NationalInstruments.RFmx.PulseMX

public int GetAllNamedResultNames(string selectorString, out string[] resultNames, out bool defaultResultExists)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

resultNamesout string[]

Returns an array of result names.

defaultResultExistsout bool

Upon return, indicates whether the default result exists.

Returns

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