Talk:RBDBlockData Class/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=DRAFT= | |||
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}} | {{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}} | ||
<onlyinclude>Represents the | <onlyinclude>Represents the properties of a BlockSim block.</onlyinclude> | ||
==Properties== | ==Properties== | ||
Line 9: | Line 10: | ||
| style="width: 170px;"|BlockID||Gets the numeric ID of the block. '''Integer'''. | | 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.). | |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 reliability block diagram (RBD) or fault tree the block belongs to. '''Integer'''. | |DiagramID||Gets the numeric ID of the reliability block diagram (RBD) or fault tree the block belongs to. '''Integer'''. |
Revision as of 15:57, 4 May 2016
DRAFT
Member of: SynthesisAPI.Repository
Represents the properties of a BlockSim block.
Properties
Name | Description |
---|---|
BlockID | Gets the numeric ID of the block. Integer. |
BlockType | Gets a value from the 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 reliability block diagram (RBD) or fault tree 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. |