pub fn read_configuration<P>(file: P) -> Result<()>where P: AsRef<Path>,
Read a configuration file into the simulator state
Global Context