[SR-Users] update max_while_loops in config

Juha Heinanen jh at tutpro.com
Mon Apr 12 12:40:22 CEST 2021


It is possible to update value of max_while_loops dynamically in config
file?

For example, there could be a need to increase the max in some while
loop, but after the loop is done, decrease it again for other loops.

There exists an rpc command to do that, but I haven't found how to do it
in config file.

I tried

@cfg_seti.core.max_while_loops = 200;

but got syntax error.

-- Juha



More information about the sr-users mailing list