Creates a selector string to use with configuration or fetch properties and VIs.

Refer to the Selector String topic for information about the string syntax for named signals.


icon

Inputs/Outputs

  • cstr.png Result Name

    Result Name specifies the name of the result when performing overlapped measurements. This input accepts the result name with or without the "result::" prefix. The default value is "" (empty string).

    Examples:

    ""

    "result::r1"

    "r1"

  • cstr.png Signal Name

    Signal Name specifies the name of the signal when using named signal configurations. This input accepts the signal name with or without the "signal::" prefix. The default value is "" (empty string).

    Examples:

    ""

    "signal::sig1"

    "sig1"

  • istr.png Selector String

    Selector String returns the selector string you can use in the input to Configuration VIs, Fetch VIs, or other VIs that build selector strings. This string contains the signal and/or result names with their appropriate prefixes.

    Examples:

    "signal::sig1"

    "result::r1"

    "signal::sig1/result::r1"