how can you change the tap position of a Three-Phase OLTC Regulating Transformer (Phasor Type) programmatically?
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
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')
0 Comments
See Also
Categories
Find more on Power Transmission and Distribution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!