slreq.outLinks
ブロックまたはその他のリンク可能な項目の外向きリンクの取得
説明
例
内向きリンクと外向きリンクの特定
この例では、要件の内向きリンクとモデル オブジェクトの外向きリンクを特定する方法を示します。
モデル reqs_validation_property_proving_original_model
と要件セット original_thrust_reverser_requirements
を読み込みます。
load_system("reqs_validation_property_proving_original_model"); rqset = slreq.load("original_thrust_reverser_requirements.slreqx");
要件セット内のインデックスが 11
の要件のハンドルを取得します。
req = slreq.find(Type="Requirement",Index=11);
要件の内向きリンクを取得します。
inLinks = slreq.inLinks(req);
内向きリンクのリンク元を取得します。
lkSrc = source(inLinks);
リンク元を構造体からモデル オブジェクトに変換します。
mo = slreq.structToObj(lkSrc);
モデル オブジェクトの外向きリンクを取得します。
outLinks = slreq.outLinks(mo);
入力引数
バージョン履歴
R2017b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)