Hi Won,
Please find attached a slightly modified file region_deterministic_bnm_wc_a.py
The code should be as you suggest:
oscilator.variables_of_interest=['E', 'I']
In Python this works, variable RAW holds the 2 state variables. See the logs from my run, and notice the value 2 in one of the dimensions:
INFO Starting simulation...
INFO Finished simulation.
INFO (8192, 2, 76, 1)
In Matlab, the result dimensions should be switched (1, 76, 2, 8192).
Best,
Lia.