How to call the refresh custom code in c caller block from command line?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ajay krishna Vasanthakumar
am 6 Jan. 2021
Beantwortet: Pratik
am 20 Nov. 2024
Hello all,
i would like to know is there any way to call the refresh custom code in c caller block from command line?
Thanks,
V.Ajay Krishna

0 Kommentare
Akzeptierte Antwort
Ajay krishna Vasanthakumar
am 6 Jan. 2021
2 Kommentare
Adrianne van Roessel
am 18 Mär. 2021
Does this still work for you? I am also looking for a way to refresh the block from the command line but for me this doesn't work. The blockPath is the complete path including the name of the C Caller block right?
Weitere Antworten (1)
Pratik
am 20 Nov. 2024
Hey Ajay,
There is no direct API to access the refresh button; however the refresh occurs automatically when using “get_param” for “AvailableFunctions” parameter.
Please refer to the following documentation for more information about “AvailableFunctions” parameter and “get_param”:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Integrate C Code Using C Caller Blocks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!