Need to specify Default image file location

Everything API- and SmartSEM-related that won't fit in the other categories. Share general aspects of API programming and discuss SmartSEM.
Post Reply
user-3245
Posts: 4
Joined: Thu Jan 01, 1970 1:00 am

Need to specify Default image file location

Post by user-3245 »

Hi there,
I'm looking for a way by using API or macros to specify the Default image file location.
What I found so far is API command for "Default image file location" , however it is Read Only parameter.
I need to be able to change the Default image location from a code.
Please, advice.

Thank you.
Alexander.
user-42
Posts: 26
Joined: Thu Jan 01, 1970 1:00 am

Post by user-42 »

The default image directory cannot be changed from a macro or by API command, as SmartSEM was designed for a multi-user environment. Each user is granted the permission to change (or not) his image directory individually.

In an API program, you can use the 'Grab' command to grab images and save them in an arbitrary file path.
Post Reply