Can you please clarify the use of comma separated channames in v12050? I’m upgrade a toe that’s broken on this and hit this issue which appears to contradict the Select CHOP man page
derivative.ca/wiki088/index. … elect_CHOP
I had a Select CHOP with channames “sec,min”.
I reference these two channels in another op as
op(“timer_display”)[1].eval()
op(“timer_display”)[0].eval()
This no longer works until I change channames to “sec min” but the Select CHOP man page has an example with comma separated channels