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

3 views (last 30 days)
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.

Answers (1)

Sabin
Sabin on 19 Dec 2024 at 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')

Tags

Community Treasure Hunt

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

Start Hunting!