Why Three-Phase Transformer 'Specify initial fluxes' setting is not working?
3 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2019 年 4 月 8 日
編集済み: MathWorks Support Team
2024 年 8 月 30 日
In R2019a the following option is not working properly using the Three-Phase Transformer (Two Windings):
Please run the below command in the command window of installed MATLAB R2019a version to get release specific documentation
>> web(fullfile(docroot, 'physmod/sps/powersys/ref/threephasetransformertwowindings.html?container=jshelpbrowser'))
Specify initial fluxes:
If selected, the initial fluxes are defined by the Initial fluxes parameter on the Parameters tab. The Specify initial fluxes parameter is visible only if the Simulate saturation parameter is selected. Default is cleared."
The Initial Flux values are not shown in the parameters tab.
Please follow the below link to search for the required information regarding the current release:
採用された回答
MathWorks Support Team
2024 年 8 月 30 日
編集済み: MathWorks Support Team
2024 年 8 月 30 日
This is a bug in R2019a. To set the Initial flux in R2019a, follow the workaround below.
Please follow the workflow mentioned in the documentation.
After that, please use the following code, to set the initial flux parameter:
set_param(gcb,'InitialFluxes','[0.8 -0.6 0.4]')
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Magnetic Elements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!