How to find the variable that defined Ts
18 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
JI HOON YOON
il 19 Giu 2017
Commentato: Mohamed Elgbaily
il 11 Ott 2021
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..
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/165320/image.png)
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
0 Commenti
Risposta accettata
Vishal Neelagiri
il 22 Giu 2017
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.
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!