Interval between two consecutive execution of a script

I am trying to run a script periodically using the Scheduler.
Currently, the script is executed repeatly every 1 second.

Is that possible to set the scheduler to execute the script faster than 1 second?
for example execute the script every 0.5 second or less?
If not, what is the minimum interval between consecutive executions? (1 second?)
I can’t find the answer in the Mikrotik documentation or user forum.

Hope you guys especially the Mikrotik can help in this issue.

Smallest possible interval is 1s.

What kind of script is that if you have to run it so frequently?

Thanks for the prompt reply. :smiley:

We are conducting a wireless radio propagation research using the 10 units of RB411A and 4 units of RB311 that we have.
We would like to log the Transmit and Received signal strength from the radio at sub-second interval (e.g., 0.2 second, 0.5 second, etc).

Is it possible to do that with the router board that we have now?
If not please kindly suggest how we can implement that with the existing routerboards.

Or does Mikrotik provide some test program that are capable to do that for eductational research program?