Postprocessing Configuration

Classic Postprocessing

The configuration of optiSLang postprocessing is defined in script files that are located in the slang/templates folder within the optiSLang installation directory.

  • SLangSettings.s

    Settings as format string for text output or significance filter for stochastic monitoring are defined here.

  • ColorSettings.s

    The style of different plots can be modified here.

Postprocessing

The configuration of optiSLang postprocessing is defined in Python script files that are located in the [installation path]/scripting/postprocessing folder.

Visibilities and arrangements of monitoring sub-windows are defined separately for each file format.

  • bin_monitoring_default.py: binfiles (*.bin)

  • omdb_monitoring_default.py: database files (*.omdb)

A new sub-window can be created:

designtable =
    PyMonitoringDesignTableVisual(PyMonitoringId("Designtable"), data_id)
control_container.add_control
    (designtable,
    visible,
    RELATIVE_POSITIONING,
    posX,
    posY,
    width,
    height)

The following table lists all possible visuals. Examples for Python scripting can be found here.

Python CommandSub-Window NameAvailable in BIN FileAvailable in OMDB File
PyMonitoringAnthillVisual  
 Anthill plotXX
PyMonitoringCloudVisual  
 3D Cloud plotXX
PyMonitoringCoPMatrixVisual  
 CoP MatrixXX
PyMonitoringCoPVisual  
 Coefficient of Prognosis-X
PyMonitoringResponseSurface2DVisual  
 Response Surface 2D plot-X
PyMonitoringResponseSurface3DVisual  
 Response Surface 3D plot-X
PyMonitoringResponseSurfaceTopviewVisual  
 Response Surface Topview plot-X
PyMonitoringPCPlotVisual  
 Parallel coordinates plotXX
PyMonitoringDesignTableVisual  
 DesigntableXX
PyMonitoringApproxModelInfoVisual  
 Approximation model information-X
PyExtendedCoPMatrixVisual  
 Extended CoP Matrix-X