Reliability Information

This plot contains a text field with information about the sampling method and the designs. If there are several design sets available, the currently selected data is displayed. In the first paragraph, the currently determined failure probability, the standard deviation of the estimator for the failure probability and the reliability index is shown. In the second paragraph, the number of total designs, designs in the safe domain, designs in unsafe domain, designs with failure strings, and the number of failed designs is specified. For the First Order Reliability Method (FORM), information about the determined most probable failure points is provided in the third paragraph.

Preferences

The following preference settings are available:

  • Font size

For more details, see Plot Preference Settings.

Python Scripting

Create Visual

Creates Reliability information plot using data with data_id.

    reli_info = Visuals.ReliAlgoInfo ( Id("Reliability information"), data_id )
                            

Add to Postprocessing

Adds Reliability information plot in postprocessing to control_container, using the specified relative positioning.

    control_container.add_control (
        reli_info,
        True,
        RELATIVE_POSITIONING,
        1/2., 0, 1/2., 1/2. )