Confirm Registration VI
- Updated2025-07-30
- 2 minute(s) read
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.

Inputs/Outputs
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.
key
—
key specifies the key. This input must be of the same data type as the existing keys in the map.
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.
is element registered for key?
—
is element registered for key? returns whether the set element has been registered for the key. |
map
—
key
—
set element
—
is element registered for key?
—