how can you change the tap position of a Three-Phase OLTC Regulating Transformer (Phasor Type) programmatically?
3 ビュー (過去 30 日間)
古いコメントを表示
i used this command: set_param('dataGather_w_con/Autotransformer','Initial tap position','4'). I tried to change 'Initial tap position' to 'Initialtapposition', to 'Initial_tap_position', and to 'tap' but it doesn't work still. Thanks to everyone who helps.
0 件のコメント
回答 (1 件)
Sabin
2024 年 12 月 19 日 18:27
Initial tap position is the description of the parameter. Parameter name is 'InitialTap'. Therefore to change it programatically the correct command is:
set_param('dataGather_w_con/Autotransformer','InitialTap','4')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Power Transmission and Distribution についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!