How to find the variable that defined Ts

15 次查看(过去 30 天)
Hello,
I suffered difficult to change pre-defined Ts (Sample Time) in Simulink Example. I will merge two Simulink examples which have different Ts. However, examples have pre-defined Ts so that I could not find where it was defined. No M file..
Anyone helps me how to change the value of pre-defined Ts (Ts_Control) in Simulink? (Simpower Example, power_hvdc_vsc.slx)
Thanks in advance
Regards

采纳的回答

Vishal Neelagiri
Vishal Neelagiri 2017-6-22
The 'Ts_Control' value is defined in the 'Init' callback of the model. You can access it by right clicking anywhere on your model -> Model Properties -> Callbacks -> InitFcn. The code specified in the 'InitFcn' callback is automatically run during the initialization phase of the model.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Event Functions 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by