RBDBlockData Class

From ReliaWiki
Revision as of 23:25, 6 September 2016 by Kate Racaza (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
APIWiki.png


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.



See Also