Unflatten Names (Phys Chan) VI
- Updated2024-06-26
- 2 minute(s) read
Converts a comma-delimited list of physical channels into an array of physical channels. If the list contains colon-delimited ranges, they will be expanded.
Example: "Mod1/load0:2,Mod2/load0" -> ["Mod1/load0","Mod1/load1","Mod1/load2","Mod2/load0"].

Inputs/Outputs
![]() names in is the comma-delimited list of device, area, or channel names to be changed to an array. ![]() error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() names out is the array of device, area, or channel names. ![]() error out contains error information. This output provides standard error out functionality. |