Creates a selector string.

Syntax

int32 __stdcall RFmxBT_BuildSignalString(char signalName[], char resultName[], int32 selectorStringLength, char selectorString[])

Parameters

NameDirectionTypeDescription
signalName[in]char

This parameter specifies the signal name for building the selector string. This input accepts the signal name with or without the "signal::" prefix. The default value is "" (empty string).
Example:
"signal::sig1"
"sig1"

resultName[in]char

This parameter specifies the result name for building the selector string. This input accepts the result name with or without the "result::" prefix. The default value is "" (empty string).
Example:
"result::r1"
"r1"

selectorStringLength[in]int32

Specifies the length of the selector string. Set this parameter to 0 to get the minimum buffer size required to build the selector string.

selectorString[in]char

This parameter returns the selector string created by this function.

Returns

Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred.

To obtain a text description of the status code and additional information about the error condition, call the RFmxBT_GetError function.

The general meaning of the status code is as follows:

Value

Meaning

0

Success

Positive Values

Warnings

Negative Values

Errors