hyperfine.implantation.dpass.run_dpass

hyperfine.implantation.dpass.run_dpass(path: str = '', batch_mode: bool = True) int[source]

Run DPASS (in batch mode) on Linux using Wine.

Parameters:
  • path – Location of DPASS.exe and DPASS_DB.dat.

  • batch_mode – Flag to run DPASS in batch mode.

Returns:

The return code from DPASS (0 = no error; nonzero indicates abnormal termination).