11-25-2020 02:47 AM
I need to propagate some elements of a container 'Locals.SweepValues' to the the same existing container into a subsequence.
It seems that I can propagate the complete container but not only some elements.
Can somebody confirm ?
Jean-Louis SCHRICKE
├ CTA - Certified TestStand Architect (2008 - 2022)
├ CTD - Certified TestStand Developer (2004 & 2007)
└ CLD - Certified LabVIEW Developer (2003 & 2005)
11-25-2020 03:45 PM
Hi Jean-Louis,
If I remember weel the propagation applies on the root variable that matches the same variable in a subsequence.
Therefore yes, allowing propagation will propagate the full content of your container.
If you need to propagate subelements you need to use parameters or create separate variable for each variable (not containerizing them).