WiresmithTech/VITAC

Make "Pass if Equal 1D Array ..." polymorphic

Opened this issue · 2 comments

"Pass if in 1D Array" assert is polymorphic, which is handy to use.
Maybe, the same could be done with "Pass if Equal 1D Array"? Sometimes there is need to take existing test, copy it and modify for new array types - so instead of replacing assert, one could select another type using polymorphic VI.
@JamesMc86 , do you agree with such update please?
Thanks a lot in advance,
Sincerely, Ivan.

I'll try and review this next week and remember why the variation. I think there was a specific reason for the difference and I was trying to avoid making everything polymorphic - but it sounds like a resonable suggestion.

What additional types would you want to see?

I guess no additional types are needed now, just it is possible to combine "Pass If Equal 1D Array (Boolean).vi", "Pass If Equal 1D Array (Numeric).vi" and "Pass If Equal 1D Array (String).vi" into polymorphic VI, which will be directly in the palette.