Allow bulk writes in reg.py
Description
One can read many registers matching a wildcard expression with the read_all command in reg.py. For convenience reasons, it would be extremely practical to also be able to write registers in bulk. While potentially dangerous, the benefits outweigh the risks.
Possible fixes
Implement a write_all command into reg.py.