Talk:New Members and Constants/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Applied V10.1 updates to main topic) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=DRAFT= | |||
===New in 10.1.3=== | |||
===[[Repository Class]]=== | |||
'''New Methods''' | |||
*[[Repository.BlockSim.GetAllRBDs]] - {{:Repository.BlockSim.GetAllRBDs}} | |||
*[[Repository.BlockSim.GetAllFaultTrees]] - {{:Repository.BlockSim.GetAllFaultTrees}} | |||
*[[Repository.BlockSim.GetRBDBlockData]] - {{:Repository.BlockSim.GetRBDBlockData}} | |||
*[[Repository.BlockSim.GetAllRBDBlocksData]] - {{:Repository.BlockSim.GetAllRBDBlocksData}} | |||
*[[Repository.BlockSim.UpdateRBDBlockData]] - {{:Repository.BlockSim.UpdateRBDBlockData}} |
Revision as of 18:26, 4 May 2016
DRAFT
New in 10.1.3
Repository Class
New Methods
- Repository.BlockSim.GetAllRBDs - Gets a list of all BlockSim reliability block diagrams (RBDs) associated with a project. Returns a NameIdPair object that represents the name and ID pairs of the RBDs.
- Repository.BlockSim.GetAllFaultTrees - Gets a list of all BlockSim fault trees associated with a project. Returns a NameIdPair object that represents the name and ID pairs of the fault trees.
- Repository.BlockSim.GetRBDBlockData - Returns an RBDBlockData object that represents the properties of a BlockSim block.
- Repository.BlockSim.GetAllRBDBlocksData - Gets an array containing the data of all blocks in a BlockSim reliability block diagram (RBD) or fault tree. Returns an RBDBlockData object that represents the properties of each block.
- Repository.BlockSim.UpdateRBDBlockData - Sends any changes made to a BlockSim block to the Synthesis repository. Returns a Boolean value; when true, indicates a successful save.