In NIX, creating any entity (DataArray, Tag, Section, etc) with the identical name of an existing entity on the same level will lead to a DuplicateName exception.
Except for the Block entity, where a duplicate name entry leads to a ValueError.
Is there a specific reason for the differing behavior?
In NIX, creating any entity (
DataArray
,Tag
,Section
, etc) with the identical name of an existing entity on the same level will lead to aDuplicateName
exception.Except for the
Block
entity, where a duplicate name entry leads to aValueError
.Is there a specific reason for the differing behavior?