|
CASP Python Libraries
This documentation primarily focuses on the usage of functions from 'casp', 'casp_be', 'casp_gpio' and 'casp_udio' namespaces.
|
This module defines list of simulation panel window types available in CASP. More...
Variables | |
| int | CONTROL_METER = 1 |
| int | PLOT_DISPLAY = 2 |
| int | TABLE_DISPLAY = 3 |
| int | XY_DISPLAY = 4 |
| int | XYZ_DISPLAY = 5 |
| int | IMAGE_DISPLAY = 6 |
| int | TEXT_CONTROL_DISPLAY = 7 |
| int | _2D_SCENE_DISPLAY = 8 |
| int | _3D_SCENE_DISPLAY = 9 |
This module defines list of simulation panel window types available in CASP.
These variables are used as an argument to function casp.SimPanelWindowAdd(). This module is updated when user installs CASP Python Libraries from CASP main window interface.
| int casp_wtypes.CONTROL_METER = 1 |
Definition at line 5 of file casp_wtypes.py.
| int casp_wtypes.PLOT_DISPLAY = 2 |
Definition at line 6 of file casp_wtypes.py.
| int casp_wtypes.TABLE_DISPLAY = 3 |
Definition at line 7 of file casp_wtypes.py.
| int casp_wtypes.XY_DISPLAY = 4 |
Definition at line 8 of file casp_wtypes.py.
| int casp_wtypes.XYZ_DISPLAY = 5 |
Definition at line 9 of file casp_wtypes.py.
| int casp_wtypes.IMAGE_DISPLAY = 6 |
Definition at line 10 of file casp_wtypes.py.
| int casp_wtypes.TEXT_CONTROL_DISPLAY = 7 |
Definition at line 11 of file casp_wtypes.py.
|
protected |
Definition at line 12 of file casp_wtypes.py.
|
protected |
Definition at line 13 of file casp_wtypes.py.