Package lib :: Package software :: Package opendx :: Module execute
[hide private]
[frames] | no frames]

Module execute

source code

Module for executing OpenDX.

Functions [hide private]
 
run(file_prefix='map', dir='dx', dx_exe='dx', vp_exec=True)
Execute OpenDX.
source code
Variables [hide private]
  __package__ = 'lib.software.opendx'

Imports: system, test_binary


Function Details [hide private]

run(file_prefix='map', dir='dx', dx_exe='dx', vp_exec=True)

source code 

Execute OpenDX.

Parameters:
  • file_prefix (str) - The file prefix for all the created files.
  • dir (str or None) - The directory to place the files into.
  • dx_exe (str) - The path to the OpenDX executable file. This can be changed if the binary 'dx' is not located in the system path.
  • vp_exec (bool) - If True, then the OpenDX visual program will be launched.