File: single_exponential.xml

package info (click to toggle)
scram 0.16.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,016 kB
  • sloc: xml: 120,766; cpp: 23,966; python: 1,256; ansic: 100; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>

<!-- A single event with non-deviate exponential expression -->

<opsa-mef>
  <define-fault-tree name="fault-tree">
    <define-gate name="top">
      <basic-event name="b1"/>
    </define-gate>
    <define-basic-event name="b1">
      <exponential>
        <float value="1e-5"/>
        <system-mission-time/>
      </exponential>
    </define-basic-event>
  </define-fault-tree>
</opsa-mef>