msl.qt.constants module

Constants used by the MSL-Qt package.

msl.qt.constants.HOME_DIR = '/home/docs/.msl'

The default $HOME directory where all files used by the package are located.

Type:

str

msl.qt.constants.SI_PREFIX_MAP = {-10: 'q', -9: 'r', -8: 'y', -7: 'z', -6: 'a', -5: 'f', -4: 'p', -3: 'n', -2: 'u', -1: 'm', 0: ' ', 1: 'k', 2: 'M', 3: 'G', 4: 'T', 5: 'P', 6: 'E', 7: 'Z', 8: 'Y', 9: 'R', 10: 'Q'}

The SI prefixes used to form multiples of \(10^{3n}, n=\) -10 .. 10

Type:

dict