对 x 输入的数据模数化,x 端是 list access,y 是模数(比如 0.3 就生成 0.3 的整数倍)。使用python处理的好处是,能够模数化数据的同时,输出统计数据,包括组数以及每组的值。
代码如下:
[attach]51607[/attach]
电池块如下:
[attach]51608[/attach]
后记
1. 如果只是需要模数化,可以将 x 端口设成 item access,代码只需要 a = x // y * y 就可以了
2. 这里把自己写的电池块分享出来,放到GH的File--Special Folder--User Object Folder 里面就可以了
[attach]52204[/attach]