Talk:RBDBlockData Class/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) Created page with '{{Template:API}}{{Template:APIBreadcrumb|.Repository}} <onlyinclude>Represents a BlockSim block. Can be a standard block, node block, fault tree gate, etc.…' |
Kate Racaza (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: | | 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.). | ||
Revision as of 20:11, 3 May 2016
![]() |
Member of: SynthesisAPI.Repository
Represents a BlockSim block. Can be a standard block, node block, fault tree gate, etc.
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 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. |
