PowerScript ?
admin_alex Oct 22, 2025 3:06 AM
PowerScript is script to run SmartScan without GUI
Replies (3)
jinsung.shin
Oct 23, 2025 8:19 AM (edited)PowerScript is a feature provided by SmartScan. PowerScript not only allows users to control individual modules of the Park AFM (stage, scanner, SLD, etc.) as desired, but also complex functions such as approach, scan, and spectroscopy, making it useful for building customized automation processes tailored to the user's preferences. PowerScript is based on the ECMAScript language and can be thought of as using the same syntax as JavaScript.
alex_an
Oct 23, 2025 8:23 AM (edited)@jinsung.shin
Is it possible to use JavaScript library in PowerScript?
jinsung.shin
Oct 23, 2025 8:36 AM (edited)Using common JavaScript libraries in PowerScript is not possible. PowerScript is implemented based on the ECMAScript engine provided by the SmartScan development framework. However, using common JavaScript libraries requires a JavaScript runtime environment, such as a web browser or Node.js, making them unusable.