Can we get Battery laptop indicator in simulink??
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hi all
i just wanna ask, can we get battery laptop indicator level in simulink??? how???
thanks
0 Kommentare
Akzeptierte Antwort
Kaustubha Govind
am 24 Jun. 2011
There is no direct way to do this, but you could use an API function provided by the operating system and call it from an S-function. For Windows, I found a related answer on a different forum: Monitor battery charge with Win32 API.
2 Kommentare
Kaustubha Govind
am 1 Aug. 2011
Luhur: Sorry, missed your comment. I think you might need to hunt down an API function for querying the WiFi signal status also. :)
Weitere Antworten (1)
Ken Atwell
am 1 Aug. 2011
Using .NET may be easier than win32:
NET.addAssembly('System.Windows.Forms')
powerStatus = System.Windows.Forms.SystemInformation.PowerStatus
powerStatus.BatteryLifePercent % returns a number between 0 and 1
0 Kommentare
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!