CASP Python Libraries
This documentation primarily focuses on the usage of functions from 'casp', 'casp_be', 'casp_gpio' and 'casp_udio' namespaces.
Loading...
Searching...
No Matches
casp_paths Namespace Reference

This module defines list of CASP directory paths corresponding to current CASP installation. More...

Variables

str casp_deploy_path = "C:/CASP"
str casp_exe_path = "C:/CASP/bin_win"
str casp_blks_path = "C:/CASP/blocks"
str casp_hwd_path = "C:/CASP/hardware"
str casp_src_path = "C:/CASP/source"
str casp_data_path = "C:/CASP/data"
str casp_py_path = "C:/Users/AL/Documents/casp_user_data/pycasp"

Detailed Description

This module defines list of CASP directory paths corresponding to current CASP installation.

These path variables are used by various classes and functions from other modules. User can also use these variables in their code instead of referring to absolute paths. This module is updated when user installs CASP Python Libraries from CASP main window interface. If this file is modified by user, ensure it is reloaded for changes to take effect.

Variable Documentation

◆ casp_deploy_path

str casp_paths.casp_deploy_path = "C:/CASP"

Definition at line 6 of file casp_paths.py.

◆ casp_exe_path

str casp_paths.casp_exe_path = "C:/CASP/bin_win"

Definition at line 7 of file casp_paths.py.

◆ casp_blks_path

str casp_paths.casp_blks_path = "C:/CASP/blocks"

Definition at line 8 of file casp_paths.py.

◆ casp_hwd_path

str casp_paths.casp_hwd_path = "C:/CASP/hardware"

Definition at line 9 of file casp_paths.py.

◆ casp_src_path

str casp_paths.casp_src_path = "C:/CASP/source"

Definition at line 10 of file casp_paths.py.

◆ casp_data_path

str casp_paths.casp_data_path = "C:/CASP/data"

Definition at line 11 of file casp_paths.py.

◆ casp_py_path

str casp_paths.casp_py_path = "C:/Users/AL/Documents/casp_user_data/pycasp"

Definition at line 12 of file casp_paths.py.