Checks if a set element is registered for a key in a registration map. This VI signals the calling VI if the set element has registered for the key.


icon

Inputs/Outputs

  • cmap.png map

    map specifies the registration map in which you want to check for the registration status of a set element. This input accepts a map of sets of any data type. The default data type is a map of sets of 32-bit signed integers.

  • cstr.png key

    key specifies the key. This input must be of the same data type as the existing keys in the map.

  • ci32.png set element

    set element specifies the set element that may be registered for the specified key. This input must be of the same data type as the elements of the sets in the map.

  • ibool.png is element registered for key?

    is element registered for key? returns whether the set element has been registered for the key.