RELIABILITY

Used only in ReliaSoft Workbooks

Description: Returns the reliability at the specified time.

Syntax: RELIABILITY(Data_Src, Mission End Time, [Confidence Level])

  • Data_Src is the source diagram from which the data are taken.
  • Mission End Time is the time that you want to see what is the reliability.
  • Confidence Level is the percentage (entered as a decimal value) for the 1-sided confidence bounds.

Remarks:

  • The Data_Src can be one of the following values:

    • A default data source selected from the Data Source Index drop-down list.

    • A diagram name (e.g., "RBD!RBD1").

    • A variable name defined via the Defined Names window (e.g., datasource).

  • The Mission End Time value must be greater than 0.
  • Confidence Level is an optional value and, if specified, must be greater than 0 and less than 1. Confidence bounds are available only in cases where all blocks that can fail in the source diagram use models that have Fisher matrix bounds. To have Fisher matrix bounds, a model must have been created by publishing from a data source, such as a Weibull++ data sheet, that was calculated using Fisher matrix bounds. Bounds are not available if the diagram has containers or mirrored blocks, or if any block uses the cumulative damage model. Bounds are also unavailable if the diagram has subdiagrams, unless the diagram and all subdiagrams are analytical fault trees using the BDD analysis type.

  • The value returned by this function is affected by your choice in the Report folio model field on the Analysis Settings page of the diagram control panel.

Example:

  • RELIABILITY("RBD!RBD1", 500) = 0.9344

Note that this value will vary depending on the source diagram.