MATLAB 帮助中心
Delete input of fault tree gates
Since R2026b
deleteInput(gate,input)
deleteInput(gate,input) deletes the fault tree input, input, that enters the fault tree gate, gate.
gate
input
example
collapse all
Create a new fault tree document in the Safety Analysis Manager.
myTreeDoc = safetyAnalysisMgr.newDocument("fault-tree");
Add two basic events from the top-level gate.
myTopGate = myTreeDoc.Gates(1); event1 = createEvent(myTopGate); event2 = createEvent(myTopGate);
event1 and event2 are the only inputs to the top-level gate. Delete event1 from the top gate.
event1
event2
deleteInput(myTopGate,event1)
Create a new fault tree document in the Safety Analysis Manager and get the FaultTree object.
FaultTree
myTreeDoc = safetyAnalysisMgr.newDocument("fault-tree"); myFaultTree = myTreeDoc.FaultTrees(1);
Create a tree that has two basic events from the top-level gate, and an OR gate that has two basic events.
myTopGate = myFaultTree.Gates(1); event1 = createEvent(myTopGate); event2 = createEvent(myTopGate); myOtherGate = createGate(myTopGate); event3 = createEvent(myOtherGate); event4 = createEvent(myOtherGate);
Delete the OR gate.
deleteInput(myTopGate,myOtherGate)
The function also deletes the event3 and event4 events. Check that event3 is deleted by entering the event name in the Command Window.
event3
event4
event3 = handle to deleted Event
Gate
Gate in the Safety Analysis Manager fault tree document, specified as a Gate object.
Event
TransferGate
Input to fault tree gate, specified as an Event, Gate, or TransferGate object. If you specify a Gate object, the function deletes the gate and its inputs.
Introduced in R2026b
createEvent
createGate
deleteSubtree
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处