JKISoftware / JKI-State-Machine-Objects

Object-oriented framework for LabVIEW based on the JKI State Machine
BSD 3-Clause "New" or "Revised" License
95 stars 54 forks source link

SetAttributeByName should have AttrName be "recommended" instead of required #77

Closed francois-normandin closed 2 years ago

francois-normandin commented 2 years ago

The method does a check on empty input and reads a pre-set value if available. This input should therefore be recommended, and not required.

image