Sign Up

Collection Extensions (Sets and Maps) for LabVIEW by VIPM Community - Toolkit for LabVIEW Download

Map and Set Extensions for LabVIEW

* 8 ↓597
 screenshot
Version0.3.3.34
ReleasedNov 03, 2022
Publisher VIPM Community
License BSD 3-Clause
LabVIEW VersionLabVIEW>=20.0
Operating System Windows, Mac, and Linux
Project links Homepage   Repository  

Description

A library of extensions to the LabVIEW native map and set VIs and functions. These are mostly VIMs (Malleable VIs).

A map groups key-value pairs in sorted order where all the keys are unique. The key and value can each be any data type. Maps are also known as dictionaries because the key is used to look up a value. Inserting a key-value pair into a map either adds the pair to the map or replaces the existing value of the associated key with the new value in the map, depending on whether the key already exists in the map.

A set groups unique elements of the same data type in sorted order. Inserting a new element modifies the set only if that element does not already exist in the set.

Release Notes

0.3.3.34 (Nov 03, 2022)

- added unit test for Get Map Default Values

jimkring was a contributor to this release


Download Package

Versions
All Contributors
Featured in

  Post an Idea   Post a Resource

Recent Posts