how can you change the tap position of a Three-Phase OLTC Regulating Transformer (Phasor Type) programmatically?

3 ビュー (過去 30 日間)
ianlester
ianlester 2014 年 10 月 20 日
回答済み: Sabin 2024 年 12 月 19 日 18:27
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.

回答 (1 件)

Sabin
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')

カテゴリ

Help Center および File ExchangePower Transmission and Distribution についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by