Talk:RBDBlockData Class/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
|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 BlockSim diagram the block belongs to. '''Integer'''.
|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'''.
|DisplayName||Gets or sets the name of the block. '''String'''.

Revision as of 21:12, 3 May 2016

APIWiki.png


Member of: SynthesisAPI.Repository


Represents the characteristics 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.



See Also