|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}
| | =DRAFT= |
| | |
| | |
| <onlyinclude>Represents a BlockSim block. Can be a standard block, node block, fault tree gate, etc.</onlyinclude>
| |
| | |
| ==Properties== | |
| {| {{APITable}}
| |
| |-
| |
| | style="width: 170px;"|BlockID||Gets the numeric ID of the block. '''Integer'''.
| |
| |-
| |
| |BlockType||Gets a value from the '''[[BlockDataType Enumeration|BlockDataType]]''' enumeration, which specifies the type of block (e.g.,standard block, node block, fault tree gate, etc.).
| |
| |-
| |
| |DiagramID||Gets the numeric ID of the BlockSim diagram the block belongs to. '''Integer'''.
| |
| |-
| |
| |DisplayName||Gets or sets the name of the block. '''String'''.
| |
| |-
| |
| |URDID||Gets or sets the numeric ID of the block's universal reliability definition (URD). '''Integer'''.
| |
| |}
| |
| | |
| | |
| | |
| | |
| | |
| ==See Also==
| |
| *[[Repository.BlockSim.GetRBDBlockData]]
| |
| *[[Repository.BlockSim.GetAllRBDBlocksData]]
| |
| *[[Repository.BlockSim.UpdateRBDBlockData]]
| |